summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2021-02-19 15:30:27 -0500
committerDan Halbert <halbert@halwitz.org>2021-02-19 15:30:27 -0500
commit076a7b71617b0ac4ef35fb6f8d15ddf06f838b4b (patch)
tree4f161d42fb23a09743d95b97d5df8788d99b62df
parent67406488d1539c641b744c1c7069e17572a1c263 (diff)
CIRCUITPY_BITOPS merge error
-rw-r--r--py/circuitpy_mpconfig.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/py/circuitpy_mpconfig.mk b/py/circuitpy_mpconfig.mk
index f379bce30..9d8e53ea7 100644
--- a/py/circuitpy_mpconfig.mk
+++ b/py/circuitpy_mpconfig.mk
@@ -95,6 +95,9 @@ CFLAGS += -DCIRCUITPY_BITBANG_APA102=$(CIRCUITPY_BITBANG_APA102)
CIRCUITPY_BITBANGIO ?= $(CIRCUITPY_FULL_BUILD)
CFLAGS += -DCIRCUITPY_BITBANGIO=$(CIRCUITPY_BITBANGIO)
+CIRCUITPY_BITOPS ?= 0
+CFLAGS += -DCIRCUITPY_BITOPS=$(CIRCUITPY_BITOPS)
+
# _bleio can be supported on most any board via HCI
CIRCUITPY_BLEIO_HCI ?= $(CIRCUITPY_FULL_BUILD)
CFLAGS += -DCIRCUITPY_BLEIO_HCI=$(CIRCUITPY_BLEIO_HCI)