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

@ -88,7 +88,7 @@ uint16_t timer;
DDRF = (1<<7);
for (;;) {
PORTF ^= (1<<7);
keyboard_proc();
keyboard_task();
timer = timer_read();
usb_host.Task();