summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2019-05-23 21:21:47 -0400
committerDan Halbert <halbert@halwitz.org>2019-05-23 21:22:50 -0400
commite84f3b1c6a4a4fde58842d85d002b8964a4e74ad (patch)
tree4a8a38d7dd79c2c01c31f1eb06aca1687866e152
parentb5fc646e3d8e74d4a5c5c274c988847000b32b49 (diff)
make crickit cpx pinyin build fit
-rw-r--r--ports/atmel-samd/boards/circuitplayground_express_crickit/mpconfigboard.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/boards/circuitplayground_express_crickit/mpconfigboard.mk b/ports/atmel-samd/boards/circuitplayground_express_crickit/mpconfigboard.mk
index bdcb4d350..99ce90b3c 100644
--- a/ports/atmel-samd/boards/circuitplayground_express_crickit/mpconfigboard.mk
+++ b/ports/atmel-samd/boards/circuitplayground_express_crickit/mpconfigboard.mk
@@ -20,7 +20,7 @@ CHIP_FAMILY = samd21
# Tweak inlining depending on language.
ifeq ($(TRANSLATION), zh_Latn_pinyin)
-CFLAGS_INLINE_LIMIT = 35
+CFLAGS_INLINE_LIMIT = 23
else
CFLAGS_INLINE_LIMIT = 55
endif