Skip to content

Commit 36b1010

Browse files
author
Melissa LeBlanc-Williams
committed
Adjusted inline limit to fix Hallowing PL build
1 parent 97baa78 commit 36b1010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LONGINT_IMPL = MPZ
1313
CIRCUITPY_I2CSLAVE = 0
1414
CIRCUITPY_FREQUENCYIO = 0
1515

16-
CFLAGS_INLINE_LIMIT = 55
16+
CFLAGS_INLINE_LIMIT = 50
1717

1818
CHIP_VARIANT = SAMD21G18A
1919
CHIP_FAMILY = samd21

0 commit comments

Comments
 (0)