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:13:37 +0200
commite9b8413133143ddac13680166e11ad31bdef2576 (patch)
tree842a78e0e20a32f91961d22eece7bc0e008401d6
parentAdd wrapper for abort() (diff)
downloadrtems-libbsd-e9b8413133143ddac13680166e11ad31bdef2576.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