USBHost library

Dependencies:   FATFileSystem

Dependents:   x4180_Tank Totaleprogramma Handmatig Totaleprogramma1

Fork of USBHost by mbed official

Files at this revision

API Documentation at this revision

Comitter:
hotwheelharry
Date:
Wed Nov 26 22:51:39 2014 +0000
Parent:
28:2cba65bdf105
Commit message:
turn off debug

Changed in this revision

USBHost/dbg.h Show annotated file Show diff for this revision Revisions of this file
--- a/USBHost/dbg.h	Sat Nov 15 21:42:04 2014 +0000
+++ b/USBHost/dbg.h	Wed Nov 26 22:51:39 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