diff options
| author | James Bowman <jamesb@excamera.com> | 2020-02-05 18:17:58 -0800 |
|---|---|---|
| committer | James Bowman <jamesb@excamera.com> | 2020-02-05 18:17:58 -0800 |
| commit | acef93a25391594111c1ded0614c440e04e23d26 (patch) | |
| tree | 3ef515359d433337fdd9f89ce906b75c0e73a0d9 /py/circuitpy_mpconfig.mk | |
| parent | a9b34f45dc821ad14c24aec7df6be74138fe4196 (diff) | |
Rename eveL to _eve, EVEL to _EVE
Diffstat (limited to 'py/circuitpy_mpconfig.mk')
| -rw-r--r-- | py/circuitpy_mpconfig.mk | 6 |
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) |
