From 81960712f74ac4d581936c9e4239c371f1c9ba4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sat, 6 Sep 2014 18:33:00 +0000 Subject: [PATCH] disabled USB debug printouts --- usb/usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usb/usb.c b/usb/usb.c index d7c19e8..714e014 100644 --- a/usb/usb.c +++ b/usb/usb.c @@ -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