reformatted, added diagnostics, removed unneeded defines

This commit is contained in:
Markus Fröschle
2013-11-03 18:18:34 +00:00
parent 11c7dfc913
commit c055e3bec4

View File

@@ -56,7 +56,7 @@
extern int usb_stor_curr_dev;
extern uint32_t usb_1st_disk_drive;
#undef USB_DEBUG
#define USB_DEBUG
#ifdef USB_DEBUG
#define USB_PRINTF(fmt, args...) xprintf(fmt , ##args)
@@ -1104,7 +1104,7 @@ void usb_scan_devices(void *priv)
* Probes device for being a hub and configurate it
*/
#undef USB_HUB_DEBUG
#define USB_HUB_DEBUG
#ifdef USB_HUB_DEBUG
#define USB_HUB_PRINTF(fmt, args...) xprintf(fmt , ##args)