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

@ -121,4 +121,3 @@ typedef struct usbConfigurationDescriptor {
extern bool vusb_suspended;
host_driver_t *vusb_driver(void);
void vusb_transfer_keyboard(void);