Skip to content

Commit fdde910

Browse files
committed
USBHOST : mouse fix for high speed mouse
1 parent c581230 commit fdde910

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

features/unsupported/USBHost/USBHostHID/USBHostMouse.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ class USBHostMouse : public IUSBEnumerator
119119
USBHost * host;
120120
USBDeviceConnected * dev;
121121
USBEndpoint * int_in;
122-
uint8_t report[4];
123-
122+
uint8_t report[64];
124123
bool dev_connected;
125124
bool mouse_device_found;
126125
int mouse_intf;

0 commit comments

Comments
 (0)