test

Dependencies:   mbed-rtos

Dependents:   Production_version1_0 Production_ver1_0 USBHost_TEST USBHost_Test5 ... more

Fork of USBHost by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Fri Jan 31 10:30:17 2014 +0000
Parent:
21:bb3a8a54f5cd
Child:
23:759ec18ee1a7
Commit message:
Synchronized with git revision 82ff30dd43bf2884d073b2b6023cc64eb6ee8714

Full URL: https://github.com/mbedmicro/mbed/commit/82ff30dd43bf2884d073b2b6023cc64eb6ee8714/

fix debug output filter

Changed in this revision

USBHost/USBHost.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/USBHost/USBHost.cpp	Tue Dec 17 15:21:10 2013 +0000
+++ b/USBHost/USBHost.cpp	Fri Jan 31 10:30:17 2014 +0000
@@ -855,7 +855,7 @@
         return res;
     }
 
-#if DEBUG
+#if (DEBUG > 3)
     USB_DBG("CONFIGURATION DESCRIPTOR:\r\n");
     for (int i = 0; i < total_conf_descr_length; i++)
         printf("%02X ", data[i]);