circuitplayground_express_displayio: reduce inlining to make .ko translation fit

This commit is contained in:
Jeff Epler 2019-12-19 16:11:29 -06:00
parent cc3ef2d5e6
commit 8d2a3e94d7
1 changed files with 1 additions and 1 deletions

View File

@ -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