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.
This commit is contained in:
Sebastian Huber 2019-05-13 10:09:55 +02:00
parent 3400fa0d69
commit e9b8413133

View File

@ -16,7 +16,7 @@
#undef USB_VERBOSE
#define USB_DEBUG 0
#undef USB_DEBUG
#define USB_HAVE_TT_SUPPORT 1