summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorDaniel Pollard <daniel@learnweaver.com>2020-05-07 12:42:46 +1000
committerDaniel Pollard <daniel@learnweaver.com>2020-05-07 12:42:46 +1000
commit84c806a4bebb72b8deaae8cb5cada9d5ab7aa41b (patch)
tree84d2c1998983ade6b023e26e3fa9ed111a5af998 /py
parent8961dd9fe74a3ba6e55bfb1b8132a93de920a1dc (diff)
updated descriptions and build variable
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 be1e0ad9a..95e3512f1 100644
--- a/py/circuitpy_mpconfig.mk
+++ b/py/circuitpy_mpconfig.mk
@@ -110,7 +110,7 @@ endif
CFLAGS += -DCIRCUITPY_DIGITALIO=$(CIRCUITPY_DIGITALIO)
ifndef CIRCUITPY_COUNTIO
-CIRCUITPY_COUNTIO ?= 1
+CIRCUITPY_COUNTIO = 1
endif
CFLAGS += -DCIRCUITPY_COUNTIO=$(CIRCUITPY_COUNTIO)