summaryrefslogtreecommitdiff
path: root/py/circuitpy_mpconfig.mk
diff options
context:
space:
mode:
authorJames Bowman <jamesb@excamera.com>2020-02-05 18:17:58 -0800
committerJames Bowman <jamesb@excamera.com>2020-02-05 18:17:58 -0800
commitacef93a25391594111c1ded0614c440e04e23d26 (patch)
tree3ef515359d433337fdd9f89ce906b75c0e73a0d9 /py/circuitpy_mpconfig.mk
parenta9b34f45dc821ad14c24aec7df6be74138fe4196 (diff)
Rename eveL to _eve, EVEL to _EVE
Diffstat (limited to 'py/circuitpy_mpconfig.mk')
-rw-r--r--py/circuitpy_mpconfig.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/py/circuitpy_mpconfig.mk b/py/circuitpy_mpconfig.mk
index b72eec7c5..93e5982d5 100644
--- a/py/circuitpy_mpconfig.mk
+++ b/py/circuitpy_mpconfig.mk
@@ -174,10 +174,10 @@ CIRCUITPY_MATH = $(CIRCUITPY_ALWAYS_BUILD)
endif
CFLAGS += -DCIRCUITPY_MATH=$(CIRCUITPY_MATH)
-ifndef CIRCUITPY_EVEL
-CIRCUITPY_EVEL = 0
+ifndef CIRCUITPY__EVE
+CIRCUITPY__EVE = 0
endif
-CFLAGS += -DCIRCUITPY_EVEL=$(CIRCUITPY_EVEL)
+CFLAGS += -DCIRCUITPY__EVE=$(CIRCUITPY__EVE)
ifndef CIRCUITPY_MICROCONTROLLER
CIRCUITPY_MICROCONTROLLER = $(CIRCUITPY_DEFAULT_BUILD)