diff options
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 |
