Skip to content

Commit e84f3b1

Browse files
committed
make crickit cpx pinyin build fit
1 parent b5fc646 commit e84f3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ CHIP_FAMILY = samd21
2020

2121
# Tweak inlining depending on language.
2222
ifeq ($(TRANSLATION), zh_Latn_pinyin)
23-
CFLAGS_INLINE_LIMIT = 35
23+
CFLAGS_INLINE_LIMIT = 23
2424
else
2525
CFLAGS_INLINE_LIMIT = 55
2626
endif

0 commit comments

Comments
 (0)