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

@ -96,7 +96,7 @@ int main(void)
// TODO: configuration process is incosistent. it sometime fails.
// To prevent failing to configure NOT scan keyboard during configuration
if (usbConfiguration && usbInterruptIsReady()) {
keyboard_proc();
keyboard_task();
}
vusb_transfer_keyboard();
}