diff options
| author | hathach <[email protected]> | 2019-07-01 23:11:16 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-07-01 23:11:16 +0700 |
| commit | e70232809389dec570d0f1e81a13885c2a48bb1b (patch) | |
| tree | 3636e21ab71cf3ee92acb4fe4069ca96e603278f /examples | |
| parent | d2f53c552a2e6ff95aa18cb67bd5fc25fba11d53 (diff) | |
fix compiling
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/midi/src/tusb_config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/device/midi/src/tusb_config.h b/examples/device/midi/src/tusb_config.h index cb6eca33c..222c17417 100644 --- a/examples/device/midi/src/tusb_config.h +++ b/examples/device/midi/src/tusb_config.h @@ -78,6 +78,10 @@ #define CFG_TUD_MIDI 1 #define CFG_TUD_CUSTOM_CLASS 0 +//------------- MIDI -------------// +#define CFG_TUD_MIDI_RX_BUFSIZE 64 +#define CFG_TUD_MIDI_TX_BUFSIZE 64 + #ifdef __cplusplus } #endif |
