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 by
Revision 26:ecfa81a4e390, committed 2014-05-08
- Comitter:
 - ashleymills
 - Date:
 - Thu May 08 14:05:43 2014 +0000
 - Parent:
 - 25:aa23798d4ab0
 - Commit message:
 - Temporary fork for ppp dumping;
 
Changed in this revision
| USBHost/dbg.h | Show annotated file Show diff for this revision Revisions of this file | 
--- a/USBHost/dbg.h Thu Apr 10 17:38:43 2014 +0000 +++ b/USBHost/dbg.h Thu May 08 14:05:43 2014 +0000 @@ -18,7 +18,7 @@ #define USB_DEBUG_H //Debug is disabled by default -#define DEBUG 3 /*INFO,ERR,WARN*/ +#define DEBUG 0 /*INFO,ERR,WARN*/ #define DEBUG_TRANSFER 0 #define DEBUG_EP_STATE 0 #define DEBUG_EVENT 0
