diff options
| author | hathach <[email protected]> | 2018-07-04 14:39:32 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-07-04 14:39:32 +0700 |
| commit | 3eb410cf8521755874fb9900a7f711bcafdc81d5 (patch) | |
| tree | 4e0e174a5a73d7299ef13f5d7bec25c7bf82be48 /src/tusb_option.h | |
| parent | 3e66d2d31e21d1ce91bcc4728c929b9bdf3421e8 (diff) | |
add CFG_TUD_MSC_BLOCK_NUM, CFG_TUD_MSC_BLOCK_SZ msc device auto response to scsi read capa and read format cap
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 8 |
1 files changed, 8 insertions, 0 deletions
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
//--------------------------------------------------------------------+
|
