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.
Dependencies: FATFileSystem mbed-rtos mbed
Fork of USBHost by
Diff: USBHost/USBHost.h
- Revision:
- 14:80c2d927b9b5
- Parent:
- 9:7671b6a8c363
- Child:
- 15:6da3f071ee35
--- a/USBHost/USBHost.h	Mon Sep 16 15:36:24 2013 +0100
+++ b/USBHost/USBHost.h	Thu Oct 03 11:39:59 2013 +0000
@@ -272,7 +272,7 @@
     Mutex td_mutex;
     
     // buffer for conf descriptor
-    uint8_t data[300];
+    uint8_t data[415];
     
     /**
     * Add a transfer on the TD linked list associated to an ED
    