Merge pull request #157 from mazgch/master

fix debug output filter
pull/159/merge
Bogdan Marinescu 2014-01-31 02:20:39 -08:00
commit 82ff30dd43
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]);