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
Fork of USBHost_AddIso by
Diff: USBHost/USBHost.h
- Revision:
- 32:6824d71b37c1
- Parent:
- 30:2851a9b2bbfb
--- a/USBHost/USBHost.h Wed Sep 30 05:52:33 2015 +0000 +++ b/USBHost/USBHost.h Fri Oct 16 11:13:01 2015 +0000 @@ -297,7 +297,11 @@ Mutex td_mutex; // buffer for conf descriptor +#if(1) /* Isochronous */ + uint8_t data[1024]; +#else uint8_t data[415]; +#endif /** * Add a transfer on the TD linked list associated to an ED