summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-03-27 18:20:47 -0700
committerGitHub <noreply@github.com>2019-03-27 18:20:47 -0700
commitfd134df55281307110fd5ec1eaf615870cbac94f (patch)
tree3c08fe7097b1da8b623ed48e11aff20377296fc9 /py
parent2cc3159f734816de834555ec2eea31941e005ebf (diff)
parentf118aef2838443b4cb51cf35e695303b7c24cb30 (diff)
Merge pull request #1720 from dhalbert/frequencyio-full-builds
Turn on frequencyio only on CIRCUITPY_FULL_BUILD
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 0df6fff06..8ea72f0bf 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 = 1
+CIRCUITPY_FREQUENCYIO = $(CIRCUITPY_FULL_BUILD)
endif
CFLAGS += -DCIRCUITPY_FREQUENCYIO=$(CIRCUITPY_FREQUENCYIO)