From 97fc291602819f05324f196bff7f04b86f0e7123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sat, 6 Sep 2014 18:33:46 +0000 Subject: [PATCH] disabled USB debug printouts --- BaS_gcc/usb/usb_hub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaS_gcc/usb/usb_hub.c b/BaS_gcc/usb/usb_hub.c index 810a176..f1c7e18 100644 --- a/BaS_gcc/usb/usb_hub.c +++ b/BaS_gcc/usb/usb_hub.c @@ -12,7 +12,7 @@ #include "usb.h" #include "usb_hub.h" -#define DEBUG_HUB +//#define DEBUG_HUB #ifdef DEBUG_HUB #define dbg(format, arg...) do { xprintf("DEBUG: %s(): " format, __FUNCTION__, ##arg); } while (0) #else