adding lookup table for debugging

add msc scsi command list
This commit is contained in:
hathach
2019-12-23 18:54:06 +07:00
parent 94e70f9b01
commit bbada1d3e6
4 changed files with 57 additions and 5 deletions

View File

@@ -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" ,