diff options
| author | gamblor21 <mark.komus@gmail.com> | 2021-01-17 00:00:06 -0600 |
|---|---|---|
| committer | gamblor21 <mark.komus@gmail.com> | 2021-01-17 00:00:06 -0600 |
| commit | 41b9196167576c9a593d51e601edd51cba5b72c4 (patch) | |
| tree | 0427042ebe886c64d4e25309397e3b53dad96138 /ports/stm | |
| parent | 49e059cdaf8cedccf175cf00d8286788c2077ac1 (diff) | |
Disabling in more small boards
Diffstat (limited to 'ports/stm')
| -rw-r--r-- | ports/stm/boards/espruino_pico/mpconfigboard.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/stm/boards/espruino_pico/mpconfigboard.mk b/ports/stm/boards/espruino_pico/mpconfigboard.mk index 14f9323fd..81c3772e7 100644 --- a/ports/stm/boards/espruino_pico/mpconfigboard.mk +++ b/ports/stm/boards/espruino_pico/mpconfigboard.mk @@ -20,5 +20,6 @@ LD_FILE = boards/STM32F401xd_fs.ld # lto for this port, and if other stuff hasn't been added in the # meantime CIRCUITPY_ULAB = 0 +CIRCUITPY_BUSDEVICE = 0 SUPEROPT_GC = 0 |
