mirror of https://github.com/ARMmbed/mbed-os.git
USBHOST : mouse fix for high speed mouse
parent
c581230cd3
commit
fdde91037f
|
@ -119,8 +119,7 @@ private:
|
|||
USBHost * host;
|
||||
USBDeviceConnected * dev;
|
||||
USBEndpoint * int_in;
|
||||
uint8_t report[4];
|
||||
|
||||
uint8_t report[64];
|
||||
bool dev_connected;
|
||||
bool mouse_device_found;
|
||||
int mouse_intf;
|
||||
|
|
Loading…
Reference in New Issue