Skip to content

Commit 64ff25b

Browse files
committed
define new parameter in compile flags
1 parent 2ba8d26 commit 64ff25b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/circuitpy_mpconfig.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ CFLAGS += -DCIRCUITPY_FULL_BUILD=$(CIRCUITPY_FULL_BUILD)
6060

6161
# Smaller builds can't support newest Circuitpython features
6262
CIRCUITPY_NOTFLASH_LIMITED ?= 1
63+
CFLAGS += -DCIRCUITPY_NOTFLASH_LIMITED=$(CIRCUITPY_NOTFLASH_LIMITED)
6364

6465
# By default, aggressively reduce the size of in-flash messages, at the cost of
6566
# increased build time

0 commit comments

Comments
 (0)