Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of USBHOST by
Diff: USBHostHID/USBHostMouse.h
- Revision:
- 5:fc157e6bd5a5
- Parent:
- 1:ab240722d7ef
diff -r 1c76b46ad779 -r fc157e6bd5a5 USBHostHID/USBHostMouse.h
--- a/USBHostHID/USBHostMouse.h Fri Feb 17 12:40:57 2017 +0100
+++ b/USBHostHID/USBHostMouse.h Wed Apr 26 18:11:37 2017 +0200
@@ -113,8 +113,7 @@
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;
