Skip to content

Commit 8347f2b

Browse files
committed
Correct default state to off for eveL module.
Fix build break because of overflowing small ports
1 parent 0bcfabb commit 8347f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/circuitpy_mpconfig.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ endif
175175
CFLAGS += -DCIRCUITPY_MATH=$(CIRCUITPY_MATH)
176176

177177
ifndef CIRCUITPY_EVEL
178-
CIRCUITPY_EVEL = $(CIRCUITPY_ALWAYS_BUILD)
178+
CIRCUITPY_EVEL = 0
179179
endif
180180
CFLAGS += -DCIRCUITPY_EVEL=$(CIRCUITPY_EVEL)
181181

0 commit comments

Comments
 (0)