Skip to content

Commit 5f492cf

Browse files
committed
Allow up to 16 USB MIDI cables on RP2040
1 parent 3d6ab69 commit 5f492cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/MIDI_Parsers/USBMIDI_Parser.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
defined(USB_MIDI16)
1111
// TODO: || defined(USB_EVERYTHING)
1212
#define USB_MIDI_NUMBER_OF_CABLES 16
13+
#elif defined(ARDUINO_ARCH_RP2040)
14+
#define USB_MIDI_NUMBER_OF_CABLES 16
1315
#elif !defined(ARDUINO) || defined(DOXYGEN)
1416
#define USB_MIDI_NUMBER_OF_CABLES 16
1517
#else

0 commit comments

Comments
 (0)