From 920843180ac8ddd1c3f65884cc389ff9eb1faa9a 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 --- BaS_gcc/usb/usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaS_gcc/usb/usb.c b/BaS_gcc/usb/usb.c index d7c19e8..714e014 100644 --- a/BaS_gcc/usb/usb.c +++ b/BaS_gcc/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