diff options
| author | hathach <[email protected]> | 2022-11-19 13:44:07 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-11-19 13:44:07 +0700 |
| commit | bb570e02d6a8b34fe00c90f5cd8ad736d990ed42 (patch) | |
| tree | 64fae38d8095ad947eead76298aaf906d6db339d /examples/host/msc_file_explorer/src/tusb_config.h | |
| parent | a6001fc8f2cfe0db2cf5ba410b49961781ce1803 (diff) | |
msc explorer ls work great
Diffstat (limited to 'examples/host/msc_file_explorer/src/tusb_config.h')
| -rw-r--r-- | examples/host/msc_file_explorer/src/tusb_config.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/host/msc_file_explorer/src/tusb_config.h b/examples/host/msc_file_explorer/src/tusb_config.h index fd1215388..ddf8368f4 100644 --- a/examples/host/msc_file_explorer/src/tusb_config.h +++ b/examples/host/msc_file_explorer/src/tusb_config.h @@ -104,9 +104,8 @@ // max device support (excluding hub device) #define CFG_TUH_DEVICE_MAX (CFG_TUH_HUB ? 4 : 1) // hub typically has 4 ports -//------------- HID -------------// -#define CFG_TUH_HID_EPIN_BUFSIZE 64 -#define CFG_TUH_HID_EPOUT_BUFSIZE 64 +//------------- MSC -------------// +#define CFG_TUH_MSC_MAXLUN 4 // typical for most card reader #ifdef __cplusplus } |
