fix debug output filter

pull/157/head
mazgch 2014-01-31 11:12:55 +01:00
parent 6b9f2079f1
commit 627c9d788a
1 changed files with 1 additions and 1 deletions

View File

@ -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]);