From 8090af07dd360626d0fe6391392641a8eecdecdb Mon Sep 17 00:00:00 2001 From: Seth Kerr Date: Wed, 28 Apr 2021 19:14:45 -0600 Subject: [PATCH] fix ja build issue --- ports/atmel-samd/boards/cp_sapling_m0_revb/mpconfigboard.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ports/atmel-samd/boards/cp_sapling_m0_revb/mpconfigboard.mk b/ports/atmel-samd/boards/cp_sapling_m0_revb/mpconfigboard.mk index b94a5335eb..514fa40009 100644 --- a/ports/atmel-samd/boards/cp_sapling_m0_revb/mpconfigboard.mk +++ b/ports/atmel-samd/boards/cp_sapling_m0_revb/mpconfigboard.mk @@ -22,3 +22,6 @@ RELEASE_NEEDS_CLEAN_BUILD = 1 CFLAGS_INLINE_LIMIT = 35 SUPEROPT_VM = 0 endif +ifeq ($(TRANSLATION), ja) +CFLAGS_INLINE_LIMIT = 35 +endif