1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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();