mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
Update main.c
Fix code where HID keyboard was being stuffed into the HID mouse buffer.
This commit is contained in:
parent
505ee0c8ea
commit
0621df8d26
@ -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