mirror of https://github.com/ARMmbed/mbed-os.git
fix debug output filter
parent
6b9f2079f1
commit
627c9d788a
|
@ -855,7 +855,7 @@ USB_TYPE USBHost::enumerate(USBDeviceConnected * dev, IUSBEnumerator* pEnumerato
|
|||
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]);
|
||||
|
|
Loading…
Reference in New Issue