1
0
mirror of https://github.com/hathach/tinyusb.git synced 2025-04-18 02:42:37 +00:00

Merge pull request from zx96/use-cfg-tud-msc-log-level

msc_device: Fix check for including MSC lookup tables
This commit is contained in:
Ha Thach 2024-02-22 18:03:51 +07:00 committed by GitHub
commit a2446068d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -203,7 +203,7 @@ uint8_t rdwr10_validate_cmd(msc_cbw_t const* cbw)
//--------------------------------------------------------------------+
// Debug
//--------------------------------------------------------------------+
#if CFG_TUSB_DEBUG >= 2
#if CFG_TUSB_DEBUG >= CFG_TUD_MSC_LOG_LEVEL
TU_ATTR_UNUSED tu_static tu_lookup_entry_t const _msc_scsi_cmd_lookup[] =
{