Disable in M0 builds

This commit is contained in:
gamblor21 2022-02-20 16:03:25 -06:00
parent 664e02535b
commit 6f537e50c3
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ CIRCUITPY_SYNTHIO ?= 0
CIRCUITPY_TOUCHIO_USE_NATIVE ?= 1
CIRCUITPY_ULAB = 0
CIRCUITPY_VECTORIO = 0
CIRCUITPY_ZLIB = 0
# TODO: In CircuitPython 8.0, turn this back on, after `busio.OneWire` is removed.
# We'd like a smoother transition, but we can't afford the space to have both