diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-06-23 10:57:32 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-06-23 10:57:32 -0500 |
| commit | 3f112d28e3ef4ba15e8e0829abbbba6e411977f9 (patch) | |
| tree | f04941d6cb36b91058d38b7fd5dc1da7129202ea | |
| parent | 458eef052e732a5c8385d30c966b4c59cde2b15a (diff) | |
mimxrt10xx: Disable USB MIDI
.. it was not in the USB descriptors anyway (lack of enough endpoints?)
| -rw-r--r-- | ports/mimxrt10xx/mpconfigport.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/mimxrt10xx/mpconfigport.mk b/ports/mimxrt10xx/mpconfigport.mk index e9e554142..8162d4327 100644 --- a/ports/mimxrt10xx/mpconfigport.mk +++ b/ports/mimxrt10xx/mpconfigport.mk @@ -27,4 +27,5 @@ CIRCUITPY_I2CSLAVE = 0 CIRCUITPY_NVM = 0 CIRCUITPY_ROTARYIO = 0 CIRCUITPY_COUNTIO = 0 +CIRCUITPY_USB_MIDI = 0 LONGINT_IMPL = MPZ |
