From 3eb410cf8521755874fb9900a7f711bcafdc81d5 Mon Sep 17 00:00:00 2001 From: hathach Date: Wed, 4 Jul 2018 14:39:32 +0700 Subject: add CFG_TUD_MSC_BLOCK_NUM, CFG_TUD_MSC_BLOCK_SZ msc device auto response to scsi read capa and read format cap --- src/tusb_option.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/tusb_option.h') diff --git a/src/tusb_option.h b/src/tusb_option.h index 4c175d5dd..de4720620 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -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 //--------------------------------------------------------------------+ -- cgit v1.3.1