Correct default state to off for eveL module.

Fix build break because of overflowing small ports
This commit is contained in:
James Bowman 2020-02-03 19:23:42 -08:00
parent 0bcfabbc87
commit 8347f2b5c3

View File

@ -175,7 +175,7 @@ endif
CFLAGS += -DCIRCUITPY_MATH=$(CIRCUITPY_MATH)
ifndef CIRCUITPY_EVEL
CIRCUITPY_EVEL = $(CIRCUITPY_ALWAYS_BUILD)
CIRCUITPY_EVEL = 0
endif
CFLAGS += -DCIRCUITPY_EVEL=$(CIRCUITPY_EVEL)