summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwarriorofwire <3454741+WarriorOfWire@users.noreply.github.com>2020-05-11 21:08:58 -0700
committerwarriorofwire <3454741+WarriorOfWire@users.noreply.github.com>2020-05-11 21:08:58 -0700
commitcfd0de9c11629216f743a9edcadf93ad9e48fa1e (patch)
tree7e3b7073d87d03a3527d2841e56b114149b3e407
parent32f85f7a44b6ce753070168b4f008a9499d70883 (diff)
set vectorio to FULL_BUILD and see what works
-rw-r--r--py/circuitpy_mpconfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/circuitpy_mpconfig.mk b/py/circuitpy_mpconfig.mk
index e9e3d8013..687ef7263 100644
--- a/py/circuitpy_mpconfig.mk
+++ b/py/circuitpy_mpconfig.mk
@@ -94,7 +94,7 @@ CFLAGS += -DCIRCUITPY_DISPLAYIO=$(CIRCUITPY_DISPLAYIO)
CIRCUITPY_FRAMEBUFFERIO ?= 0
CFLAGS += -DCIRCUITPY_FRAMEBUFFERIO=$(CIRCUITPY_FRAMEBUFFERIO)
-CIRCUITPY_VECTORIO ?= 0
+CIRCUITPY_VECTORIO ?= $(CIRCUITPY_FULL_BUILD)
CFLAGS += -DCIRCUITPY_VECTORIO=$(CIRCUITPY_VECTORIO)
CIRCUITPY_FREQUENCYIO ?= $(CIRCUITPY_FULL_BUILD)