Skip to content

Commit 06022a5

Browse files
authored
Update mpconfigboard.mk
changed CFLAGS_INLINE_LIMIT = 55
1 parent 81ff95a commit 06022a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/atmel-samd/boards/stackrduino_m0_pro/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ CIRCUITPY_I2CPERIPHERAL = 0
1919
CIRCUITPY_VECTORIO = 0
2020
CIRCUITPY_BUSDEVICE = 0
2121

22-
CFLAGS_INLINE_LIMIT = 60
22+
CFLAGS_INLINE_LIMIT = 55
2323
SUPEROPT_GC = 0
2424

2525
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel

0 commit comments

Comments
 (0)