changes function name keyboard_proc to keyboard_task
This commit is contained in:
parent
4ae979f6ef
commit
c845fd078c
4 changed files with 4 additions and 4 deletions
|
@ -86,6 +86,6 @@ int main(void)
|
|||
|
||||
host_set_driver(pjrc_driver());
|
||||
while (1) {
|
||||
keyboard_proc();
|
||||
keyboard_task();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue