V-USB: Add generic send_report() function (#22323)

This commit is contained in:
Ryan
2023-11-26 22:50:21 +11:00
committed by GitHub
parent 3a74fa5bf7
commit cbf538aaaa
3 changed files with 53 additions and 92 deletions

View File

@ -153,7 +153,6 @@ void protocol_task(void) {
if (usbConfiguration && usbInterruptIsReady()) {
keyboard_task();
}
vusb_transfer_keyboard();
#ifdef RAW_ENABLE
usbPoll();