disabled USB debug printouts

This commit is contained in:
Markus Fröschle
2014-09-06 18:33:00 +00:00
parent e98a3aed3a
commit 81960712f7

View File

@@ -57,7 +57,7 @@
extern int usb_stor_curr_dev;
extern uint32_t usb_1st_disk_drive;
#define DEBUG_USB
//#define DEBUG_USB
#ifdef DEBUG_USB
#define dbg(format, arg...) do { xprintf("DEBUG: %s(): " format, __FUNCTION__, ##arg); } while (0)
#else