diff options
| author | Nathan Conrad <[email protected]> | 2019-09-27 00:37:21 -0400 |
|---|---|---|
| committer | Nathan Conrad <[email protected]> | 2019-09-27 00:37:21 -0400 |
| commit | 91fa24d99c333d89f29ad4b2cef16f26c5c80a3b (patch) | |
| tree | 4d74f44887090e049db46e19d437adcaf22213d3 /examples/device/midi_test | |
| parent | 705b8be956e64ac06f223b2fc3e08bd706602a18 (diff) | |
| parent | 9a8d23e95ed6a48b3a3d43f7cf7d3f360ee61977 (diff) | |
Merge branch 'master' into ZLP_Request2
Diffstat (limited to 'examples/device/midi_test')
| -rw-r--r-- | examples/device/midi_test/src/tusb_config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/device/midi_test/src/tusb_config.h b/examples/device/midi_test/src/tusb_config.h index d588b4df9..4a84812c5 100644 --- a/examples/device/midi_test/src/tusb_config.h +++ b/examples/device/midi_test/src/tusb_config.h @@ -69,7 +69,9 @@ // DEVICE CONFIGURATION //-------------------------------------------------------------------- -#define CFG_TUD_ENDOINT0_SIZE 64 +#ifndef CFG_TUD_ENDOINT0_SIZE +#define CFG_TUD_ENDOINT0_SIZE 64 +#endif //------------- CLASS -------------// #define CFG_TUD_CDC 0 |
