From e9b8413133143ddac13680166e11ad31bdef2576 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 13 May 2019 10:09:55 +0200 Subject: 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 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 -- cgit v1.2.3