8000 Make pinyin fit on cpx · flummer/circuitpython@0199d98 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0199d98

Browse files
committed
Make pinyin fit on cpx
1 parent da77eed commit 0199d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Thermistor
2727

2828
# Tweak inlining depending on language.
2929
ifeq ($(TRANSLATION), zh_Latn_pinyin)
30-
CFLAGS_INLINE_LIMIT = 35
30+
CFLAGS_INLINE_LIMIT = 25
3131
else
3232
CFLAGS_INLINE_LIMIT = 55
3333
endif

0 commit comments

Comments
 (0)
0