summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-12-23 18:54:06 +0700
committerhathach <[email protected]>2019-12-23 18:54:06 +0700
commitbbada1d3e6dba5b339c7cd4129e5df7b3203c11b (patch)
treede9ef9a7d0bff897e84ec46853f21170900d250e /src/device
parent94e70f9b016edfcdea165674e17201fda88a089b (diff)
adding lookup table for debugging
add msc scsi command list
Diffstat (limited to 'src/device')
-rw-r--r--src/device/usbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c
index 5832f2353..949e14096 100644
--- a/src/device/usbd.c
+++ b/src/device/usbd.c
@@ -211,7 +211,7 @@ bool usbd_control_xfer_cb (uint8_t rhport, uint8_t ep_addr, xfer_result_t event,
//--------------------------------------------------------------------+
// Debugging
//--------------------------------------------------------------------+
-#if CFG_TUSB_DEBUG > 1
+#if CFG_TUSB_DEBUG >= 2
static char const* const _usbd_event_str[DCD_EVENT_COUNT] =
{
"INVALID" ,