summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-05-13 10:09:55 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-05-13 10:15:57 +0200
commit6f0b15e8b044d6f1a2ccb719183041341aa60c58 (patch)
tree7742d734770ea260de7bcd3ce042555b2edc12d3
parentAdd wrapper for abort() (diff)
downloadrtems-libbsd-6f0b15e8b044d6f1a2ccb719183041341aa60c58.tar.bz2
usb: Undefine USB_DEBUG
In contrast to some other USB options which use 0/1 values, the USB_DEBUG uses defined/undefined to enable/disable the USB debug support.
-rw-r--r--rtemsbsd/include/rtems/bsd/local/opt_usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtemsbsd/include/rtems/bsd/local/opt_usb.h b/rtemsbsd/include/rtems/bsd/local/opt_usb.h
index 6453248c..809a969f 100644
--- a/rtemsbsd/include/rtems/bsd/local/opt_usb.h
+++ b/rtemsbsd/include/rtems/bsd/local/opt_usb.h
@@ -16,7 +16,7 @@
#undef USB_VERBOSE
-#define USB_DEBUG 0
+#undef USB_DEBUG
#define USB_HAVE_TT_SUPPORT 1