removed debug printouts - works now

This commit is contained in:
Markus Fröschle
2013-11-06 07:10:16 +00:00
parent e31f4e6f3b
commit 178f07fa9b

View File

@@ -29,7 +29,7 @@
#define TRUE 1 #define TRUE 1
#endif #endif
#define USB_MEM_DEBUG #undef USB_MEM_DEBUG
#ifdef USB_MEM_DEBUG #ifdef USB_MEM_DEBUG
#define USB_MEM_PRINTF(fmt, args...) xprintf(fmt, ##args) #define USB_MEM_PRINTF(fmt, args...) xprintf(fmt, ##args)