USBHOST : mouse fix for high speed mouse

pull/4231/head
Michel Jaouen 2017-04-21 11:38:48 +02:00
parent c581230cd3
commit fdde91037f
1 changed files with 1 additions and 2 deletions

View File

@ -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;