summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2019-05-21 15:18:56 -0400
committerDan Halbert <halbert@halwitz.org>2019-05-21 15:18:56 -0400
commit0199d9810ba78c29734abc3a94d005279d9d9ccb (patch)
tree946f39f2104a2affe2f87e60b77e334eac74fc15
parentda77eedafae1d4f9f554f04ca787759f09e9560a (diff)
Make pinyin fit on cpx
-rw-r--r--ports/atmel-samd/boards/circuitplayground_express/mpconfigboard.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/boards/circuitplayground_express/mpconfigboard.mk b/ports/atmel-samd/boards/circuitplayground_express/mpconfigboard.mk
index 652d20137..bc33be315 100644
--- a/ports/atmel-samd/boards/circuitplayground_express/mpconfigboard.mk
+++ b/ports/atmel-samd/boards/circuitplayground_express/mpconfigboard.mk
@@ -27,7 +27,7 @@ FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Thermistor
# Tweak inlining depending on language.
ifeq ($(TRANSLATION), zh_Latn_pinyin)
-CFLAGS_INLINE_LIMIT = 35
+CFLAGS_INLINE_LIMIT = 25
else
CFLAGS_INLINE_LIMIT = 55
endif