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 F401RE-USBHost by
Revision 28:98551d9289a8, committed 2017-02-24
- Comitter:
- Ownasaurus
- Date:
- Fri Feb 24 02:44:44 2017 +0000
- Parent:
- 27:1b65f379ad07
- Commit message:
- added print to indicate reason for occasional startup failure
Changed in this revision
USBHost/USBHost.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 1b65f379ad07 -r 98551d9289a8 USBHost/USBHost.cpp --- a/USBHost/USBHost.cpp Mon Dec 12 01:07:35 2016 +0000 +++ b/USBHost/USBHost.cpp Fri Feb 24 02:44:44 2017 +0000 @@ -206,6 +206,7 @@ int read_len = multi_token_in(ep, buf, len); // data stage USB_TRACE1(read_len); if (read_len < 0) { + printf("ERROR:failing on data stage\r\n"); return USB_TYPE_ERROR; }