disabled USB debug printouts

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

View File

@@ -12,7 +12,7 @@
#include "usb.h" #include "usb.h"
#include "usb_hub.h" #include "usb_hub.h"
#define DEBUG_HUB //#define DEBUG_HUB
#ifdef DEBUG_HUB #ifdef DEBUG_HUB
#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