From e05ab64398dd4d47c39d6d76838e70165199b417 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Wed, 13 Mar 2019 17:20:18 -0700 Subject: Squeeze down the feather crickit build --- ports/atmel-samd/boards/feather_m0_express_crickit/mpconfigboard.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports') diff --git a/ports/atmel-samd/boards/feather_m0_express_crickit/mpconfigboard.mk b/ports/atmel-samd/boards/feather_m0_express_crickit/mpconfigboard.mk index 7d349193b..6b7750221 100644 --- a/ports/atmel-samd/boards/feather_m0_express_crickit/mpconfigboard.mk +++ b/ports/atmel-samd/boards/feather_m0_express_crickit/mpconfigboard.mk @@ -16,7 +16,7 @@ CIRCUITPY_FREQUENCYIO = 0 CHIP_VARIANT = SAMD21G18A CHIP_FAMILY = samd21 -CFLAGS_INLINE_LIMIT = 55 +CFLAGS_INLINE_LIMIT = 50 # Include these Python libraries in firmware. FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice -- cgit v1.2.3