Skip to content

Commit 0ba0fae

Browse files
committed
mimxrt: Enable USB Midi
Closes #2473
1 parent 74243fd commit 0ba0fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/mimxrt10xx/mpconfigport.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ CIRCUITPY_I2CPERIPHERAL = 0
2929
CIRCUITPY_NVM = 0
3030
CIRCUITPY_ROTARYIO = 0
3131
CIRCUITPY_COUNTIO = 0
32-
CIRCUITPY_USB_MIDI = 0
32+
CIRCUITPY_USB_MIDI = 1
3333
LONGINT_IMPL = MPZ

0 commit comments

Comments
 (0)