diff options
| author | hathach <[email protected]> | 2019-11-03 11:45:41 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-11-03 11:45:41 +0700 |
| commit | 2d98dae13e5a380bcaf8033a886d1220d174710d (patch) | |
| tree | 856fb799999c3fb403e4409cfc704a877b28f1bf /examples | |
| parent | 1b51b78eafb1a078aa7fc8caf57d01d92b84ca0f (diff) | |
fix travis build issue
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/dfu_rt/src/tusb_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/device/dfu_rt/src/tusb_config.h b/examples/device/dfu_rt/src/tusb_config.h index b4f7a5562..7e79995d9 100644 --- a/examples/device/dfu_rt/src/tusb_config.h +++ b/examples/device/dfu_rt/src/tusb_config.h @@ -51,7 +51,9 @@ // DEVICE CONFIGURATION //-------------------------------------------------------------------- +#ifndef CFG_TUD_ENDPOINT0_SIZE #define CFG_TUD_ENDPOINT0_SIZE 64 +#endif //------------- CLASS -------------// |
