added more diagnostic printouts. Still hangs after usb_malloc()

This commit is contained in:
Markus Fröschle
2013-11-03 15:03:39 +00:00
parent 07f390ed83
commit 980073f0ac
2 changed files with 6 additions and 5 deletions

View File

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