summaryrefslogtreecommitdiffstats
path: root/include/usbdcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usbdcore.h')
-rw-r--r--include/usbdcore.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/usbdcore.h b/include/usbdcore.h
index 6e92df13bd..58251f4604 100644
--- a/include/usbdcore.h
+++ b/include/usbdcore.h
@@ -38,23 +38,11 @@
#define MAX_URBS_QUEUED 5
-#if 1
#define usberr(fmt,args...) serial_printf("ERROR: %s(), %d: "fmt"\n",__FUNCTION__,__LINE__,##args)
-#else
-#define usberr(fmt,args...) do{}while(0)
-#endif
-#if 0
-#define usbdbg(fmt,args...) serial_printf("debug: %s(), %d: "fmt"\n",__FUNCTION__,__LINE__,##args)
-#else
#define usbdbg(fmt,args...) do{}while(0)
-#endif
-#if 0
-#define usbinfo(fmt,args...) serial_printf("info: %s(), %d: "fmt"\n",__FUNCTION__,__LINE__,##args)
-#else
#define usbinfo(fmt,args...) do{}while(0)
-#endif
#ifndef le16_to_cpu
#define le16_to_cpu(x) (x)