disabled USB debug printouts

This commit is contained in:
Markus Fröschle
2014-09-06 18:33:46 +00:00
parent 924752a8da
commit 7264266110

View File

@@ -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