diff options
| author | hathach <[email protected]> | 2018-06-24 22:30:44 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-06-24 22:30:44 +0700 |
| commit | cfd5e1e6d19d94481ef84b4a16b41b2fae6c252e (patch) | |
| tree | d26f65eb7f27c74f04333156373bcb0698758fa5 /examples/device | |
| parent | 6b2b6aaa3f5b63a00ac852a3a2b2cebb2bd23741 (diff) | |
clean up
Diffstat (limited to 'examples/device')
| -rw-r--r-- | examples/device/nrf52840/src/tusb_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/nrf52840/src/tusb_config.h b/examples/device/nrf52840/src/tusb_config.h index aee6099b5..8e031ea3b 100644 --- a/examples/device/nrf52840/src/tusb_config.h +++ b/examples/device/nrf52840/src/tusb_config.h @@ -80,7 +80,7 @@ // If not enabled, application must call tud_cdc_flush() periodically #define CFG_TUD_CDC_FLUSH_ON_SOF 1 -// Number of supported Logical Unit Number +// Number of supported Logical Unit Number (At least 1) #define CFG_TUD_MSC_MAXLUN 1 // Buffer size of Device Mass storage |
