Tighten down inlining on the pIRkey

This commit is contained in:
Scott Shawcroft 2019-05-10 11:19:27 -07:00
parent 1d7a49d9de
commit 67007282c9
No known key found for this signature in database
GPG Key ID: FD0EDC4B6C53CA59

View File

@ -23,7 +23,7 @@ CIRCUITPY_SMALL_BUILD = 1
CHIP_VARIANT = SAMD21E18A
CHIP_FAMILY = samd21
CFLAGS_INLINE_LIMIT = 35
CFLAGS_INLINE_LIMIT = 25
# Include these Python libraries in firmware.
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_DotStar