add CFG_TUD_MSC_BLOCK_NUM, CFG_TUD_MSC_BLOCK_SZ msc device auto response to scsi read capa and read format cap

This commit is contained in:
hathach
2018-07-04 14:39:32 +07:00
parent 3e66d2d31e
commit 3eb410cf85
2 changed files with 59 additions and 2 deletions

View File

@@ -163,6 +163,14 @@
#define CFG_TUD_DESC_AUTO 0
#endif
#ifndef CFG_TUD_CDC
#define CFG_TUD_CDC 0
#endif
#ifndef CFG_TUD_MSC
#define CFG_TUD_MSC 0
#endif
#endif // MODE_DEVICE_SUPPORTED
//--------------------------------------------------------------------+