forked from mirrors/qmk_userspace
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
|
@ -88,7 +88,7 @@ uint16_t timer;
|
|||
DDRF = (1<<7);
|
||||
for (;;) {
|
||||
PORTF ^= (1<<7);
|
||||
keyboard_proc();
|
||||
keyboard_task();
|
||||
|
||||
timer = timer_read();
|
||||
usb_host.Task();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue