summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorsommersoft <sommersoft@gmail.com>2019-03-01 22:46:57 -0600
committersommersoft <sommersoft@gmail.com>2019-03-01 22:46:57 -0600
commit2cd6a7901683e32832f42a531485783aa599169a (patch)
treecdc4d6a0852222db101b980a7671b783c6df5276 /py
parent438eadd63acb25a43e008dec9335ac4ebb779f96 (diff)
better handle frequencyio inclusion
Diffstat (limited to 'py')
-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 8ea72f0bf..0df6fff06 100644
--- a/py/circuitpy_mpconfig.mk
+++ b/py/circuitpy_mpconfig.mk
@@ -93,7 +93,7 @@ endif
CFLAGS += -DCIRCUITPY_DISPLAYIO=$(CIRCUITPY_DISPLAYIO)
ifndef CIRCUITPY_FREQUENCYIO
-CIRCUITPY_FREQUENCYIO = $(CIRCUITPY_FULL_BUILD)
+CIRCUITPY_FREQUENCYIO = 1
endif
CFLAGS += -DCIRCUITPY_FREQUENCYIO=$(CIRCUITPY_FREQUENCYIO)