summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHakan Lindestaf <[email protected]>2026-04-22 23:32:05 +0000
committerGitHub <[email protected]>2026-04-22 23:32:05 +0000
commitd24cf89e4896ee959c034818bd4ecb6210714042 (patch)
tree27b8b650c6695c9f89bc2a211869bfc5c6a18e5f /src
parent9c49c0eb215057885ae0aec46172778b9cf9b9a5 (diff)
Revert MIDI TX buffer size definition
Diffstat (limited to 'src')
-rw-r--r--src/class/midi/midi_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/midi/midi_host.h b/src/class/midi/midi_host.h
index 4eefed4ba..000d815c4 100644
--- a/src/class/midi/midi_host.h
+++ b/src/class/midi/midi_host.h
@@ -47,7 +47,7 @@ extern "C" {
#endif
#ifndef CFG_TUH_MIDI_TX_BUFSIZE
- #define CFG_TUH_MIDI_TX_BUFSIZE (2 * TUH_EPSIZE_BULK_MAX)
+ #define CFG_TUH_MIDI_TX_BUFSIZE TUH_EPSIZE_BULK_MAX
#endif
#ifndef CFG_TUH_MIDI_EP_BUFSIZE