[rtems-libbsd commit] usb: Undefine USB_DEBUG

Sebastian Huber sebh at rtems.org
Mon May 13 08:19:53 UTC 2019


Module:    rtems-libbsd
Branch:    5-freebsd-12
Commit:    6f0b15e8b044d6f1a2ccb719183041341aa60c58
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=6f0b15e8b044d6f1a2ccb719183041341aa60c58

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon May 13 10:09:55 2019 +0200

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.

---

 rtemsbsd/include/rtems/bsd/local/opt_usb.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rtemsbsd/include/rtems/bsd/local/opt_usb.h b/rtemsbsd/include/rtems/bsd/local/opt_usb.h
index 6453248..809a969 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
 




More information about the vc mailing list