reformatted, added diagnostics, removed unneeded defines
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user