1
0
Fork 0

changes function name keyboard_proc to keyboard_task

This commit is contained in:
tmk 2012-10-07 11:09:40 +09:00
parent 4ae979f6ef
commit c845fd078c
4 changed files with 4 additions and 4 deletions

View file

@ -86,6 +86,6 @@ int main(void)
host_set_driver(pjrc_driver());
while (1) {
keyboard_proc();
keyboard_task();
}
}