2018.07.26
Dependencies: FATFileSystem2 mbed-rtos
Fork of USBHost by
Diff: USBHost/USBHost.cpp
- Revision:
- 22:f4191d3837dc
- Parent:
- 17:c7b1b8451598
- Child:
- 23:759ec18ee1a7
--- 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]);