Correct default state to off for eveL module.
Fix build break because of overflowing small ports
This commit is contained in:
parent
0bcfabbc87
commit
8347f2b5c3
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user