Skip to content

Commit 9f63c9c

Browse files
committed
increase buffer for MIDI to 128
follow to adafruit/ArduinoCore-samd#222
1 parent a7334a3 commit 9f63c9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cores/nRF5/TinyUSB/tusb_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
#define CFG_TUD_HID_BUFSIZE 64
6969

7070
// MIDI FIFO size of TX and RX
71-
#define CFG_TUD_MIDI_RX_BUFSIZE 64
72-
#define CFG_TUD_MIDI_TX_BUFSIZE 64
71+
#define CFG_TUD_MIDI_RX_BUFSIZE 128
72+
#define CFG_TUD_MIDI_TX_BUFSIZE 128
7373

7474
// Vendor FIFO size of TX and RX
7575
#define CFG_TUD_VENDOR_RX_BUFSIZE 64

0 commit comments

Comments
 (0)