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 USBHostWANDongle by
Diff: USBHost/USBHost.cpp
- Revision:
- 27:980fe31c14f7
- Parent:
- 17:b8739fd10faf
--- a/USBHost/USBHost.cpp Thu Apr 18 11:22:57 2013 +0000 +++ b/USBHost/USBHost.cpp Fri Sep 20 10:40:15 2013 +0000 @@ -561,7 +561,7 @@ // enumerate a device with the control USBEndpoint USB_TYPE USBHost::enumerate(USBDeviceConnected * dev, IUSBEnumerator* pEnumerator) { - uint8_t data[384]; + uint8_t data[415]; uint16_t total_conf_descr_length = 0; USB_TYPE res;