Skip to content

Commit 3f112d2

Browse files
committed
mimxrt10xx: Disable USB MIDI
.. it was not in the USB descriptors anyway (lack of enough endpoints?)
1 parent 458eef0 commit 3f112d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/mimxrt10xx/mpconfigport.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ CIRCUITPY_I2CSLAVE = 0
2727
CIRCUITPY_NVM = 0
2828
CIRCUITPY_ROTARYIO = 0
2929
CIRCUITPY_COUNTIO = 0
30+
CIRCUITPY_USB_MIDI = 0
3031
LONGINT_IMPL = MPZ

0 commit comments

Comments
 (0)