disabled USB debug printouts
This commit is contained in:
@@ -57,7 +57,7 @@
|
|||||||
extern int usb_stor_curr_dev;
|
extern int usb_stor_curr_dev;
|
||||||
extern uint32_t usb_1st_disk_drive;
|
extern uint32_t usb_1st_disk_drive;
|
||||||
|
|
||||||
#define DEBUG_USB
|
//#define DEBUG_USB
|
||||||
#ifdef DEBUG_USB
|
#ifdef DEBUG_USB
|
||||||
#define dbg(format, arg...) do { xprintf("DEBUG: %s(): " format, __FUNCTION__, ##arg); } while (0)
|
#define dbg(format, arg...) do { xprintf("DEBUG: %s(): " format, __FUNCTION__, ##arg); } while (0)
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user