diff options
| author | Ha Thach <[email protected]> | 2020-03-11 12:50:41 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-11 12:50:41 +0700 |
| commit | a0eb8a26517040850a0e4185aef398183b04ddc7 (patch) | |
| tree | 106767d1dccbb015966c98e8792b9da9d1021af9 /examples/device/cdc_msc/src | |
| parent | 41d9ab5056c63dc0ecf4b60d55a5f653b561a0c5 (diff) | |
| parent | 5fa1e6e242f08d340a46b9a8c885b8495dbe2c76 (diff) | |
Merge pull request #297 from hathach/develop
Added cdc_msc_freertos example to ci build
Diffstat (limited to 'examples/device/cdc_msc/src')
| -rw-r--r-- | examples/device/cdc_msc/src/tusb_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/device/cdc_msc/src/tusb_config.h b/examples/device/cdc_msc/src/tusb_config.h index d881cb638..733fd2d0a 100644 --- a/examples/device/cdc_msc/src/tusb_config.h +++ b/examples/device/cdc_msc/src/tusb_config.h @@ -68,6 +68,7 @@ //-------------------------------------------------------------------- // DEVICE CONFIGURATION //-------------------------------------------------------------------- + #ifndef CFG_TUD_ENDPOINT0_SIZE #define CFG_TUD_ENDPOINT0_SIZE 64 #endif |
