removed debug printouts - works now

This commit is contained in:
Markus Fröschle
2013-11-06 07:10:16 +00:00
parent ab0a8c6c72
commit 2a747ce5c0

View File

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