circuitplayground_express_displayio: reduce inlining to make .ko translation fit
This commit is contained in:
parent
cc3ef2d5e6
commit
8d2a3e94d7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue