mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-19 06:40:45 +00:00
Merge pull request #824 from corvus-ossifragus/fix-keyboard-hid-report-buffer
Update main.c
This commit is contained in:
commit
1e8a129149
@ -262,7 +262,7 @@ void hid_task(void)
|
|||||||
if ( !tuh_hid_keyboard_is_busy(addr) )
|
if ( !tuh_hid_keyboard_is_busy(addr) )
|
||||||
{
|
{
|
||||||
process_kbd_report(&usb_keyboard_report);
|
process_kbd_report(&usb_keyboard_report);
|
||||||
tuh_hid_keyboard_get_report(addr, &usb_mouse_report);
|
tuh_hid_keyboard_get_report(addr, &usb_keyboard_report);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user