diff options
| author | Jeff Epler <jepler@unpythonic.net> | 2019-12-19 16:11:29 -0600 |
|---|---|---|
| committer | Jeff Epler <jepler@unpythonic.net> | 2019-12-19 16:12:26 -0600 |
| commit | 8d2a3e94d72298a111dfae7f616d9abbab87cb1b (patch) | |
| tree | 90b294dc8f872f9bcee8ec0bd1fa6ad94569b712 | |
| parent | cc3ef2d5e647c9814a3a25c4df23e3764ec5fdb8 (diff) | |
circuitplayground_express_displayio: reduce inlining to make .ko translation fit
| -rw-r--r-- | ports/atmel-samd/boards/circuitplayground_express_displayio/mpconfigboard.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/boards/circuitplayground_express_displayio/mpconfigboard.mk b/ports/atmel-samd/boards/circuitplayground_express_displayio/mpconfigboard.mk index b5a7c2424..cf3d11d12 100644 --- a/ports/atmel-samd/boards/circuitplayground_express_displayio/mpconfigboard.mk +++ b/ports/atmel-samd/boards/circuitplayground_express_displayio/mpconfigboard.mk @@ -20,7 +20,7 @@ CIRCUITPY_GAMEPAD = 0 CIRCUITPY_RTC = 0 SUPEROPT_GC = 0 -CFLAGS_INLINE_LIMIT = 55 +CFLAGS_INLINE_LIMIT = 35 # Include these Python libraries in firmware. FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice |
