Slim down feather m0 express

This commit is contained in:
Scott Shawcroft 2019-04-12 16:18:08 -07:00
parent 5d205b6749
commit defc6dceb0
No known key found for this signature in database
GPG Key ID: FD0EDC4B6C53CA59
1 changed files with 5 additions and 0 deletions

View File

@ -11,3 +11,8 @@ LONGINT_IMPL = MPZ
CHIP_VARIANT = SAMD21G18A
CHIP_FAMILY = samd21
# Tweak inlining depending on language.
ifeq ($(TRANSLATION), zh_Latn_pinyin)
CFLAGS_INLINE_LIMIT = 60
endif