We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7334a3 commit 9f63c9cCopy full SHA for 9f63c9c
cores/nRF5/TinyUSB/tusb_config.h
@@ -68,8 +68,8 @@
68
#define CFG_TUD_HID_BUFSIZE 64
69
70
// MIDI FIFO size of TX and RX
71
-#define CFG_TUD_MIDI_RX_BUFSIZE 64
72
-#define CFG_TUD_MIDI_TX_BUFSIZE 64
+#define CFG_TUD_MIDI_RX_BUFSIZE 128
+#define CFG_TUD_MIDI_TX_BUFSIZE 128
73
74
// Vendor FIFO size of TX and RX
75
#define CFG_TUD_VENDOR_RX_BUFSIZE 64
0 commit comments