diff options
| author | William D. Jones <[email protected]> | 2019-11-03 12:52:34 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-11-03 12:52:34 -0500 |
| commit | 965f3a8f1dcaa557fc79191d1a345b10e65488a7 (patch) | |
| tree | ab7187b5627774f6e82e2cceaced4f09f6692306 /examples | |
| parent | 130d7ea530a04d6f6683fee72ba36232dc8f5e7e (diff) | |
| parent | 65e96e5d525ea02e0ca7f265a4d62b4f428cc821 (diff) | |
Merge pull request #2 from hathach/cr1901-msp430f5529
added void dcd_control_status_complete(uint8_t rhport)
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 -------------// |
