diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-03-13 17:20:18 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-03-13 17:20:18 -0700 |
| commit | e05ab64398dd4d47c39d6d76838e70165199b417 (patch) | |
| tree | a0eeab26f5b77724b122c250995eed0fa3200e11 | |
| parent | 6c01aba05b12c1f078197a45a711bcc5092b2a1c (diff) | |
Squeeze down the feather crickit build
| -rw-r--r-- | ports/atmel-samd/boards/feather_m0_express_crickit/mpconfigboard.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
