Skip to content

Commit 82ff30d

Browse files
committed
Merge pull request #157 from mazgch/master
fix debug output filter
2 parents 2665d5b + 627c9d7 commit 82ff30d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/USBHost/USBHost/USBHost.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ USB_TYPE USBHost::enumerate(USBDeviceConnected * dev, IUSBEnumerator* pEnumerato
855855
return res;
856856
}
857857

858-
#if DEBUG
858+
#if (DEBUG > 3)
859859
USB_DBG("CONFIGURATION DESCRIPTOR:\r\n");
860860
for (int i = 0; i < total_conf_descr_length; i++)
861861
printf("%02X ", data[i]);

0 commit comments

Comments
 (0)