8000 bring all frozen libraries up to date · sparkfun/circuitpython@bf9981e · GitHub
[go: up one dir, main page]

Skip to content

Commit bf9981e

Browse files
committed
bring all frozen libraries up to date
1 parent b68cd14 commit bf9981e

8 files changed

+8
-8
lines changed

ports/atmel-samd/boards/circuitplayground_express_crickit/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LONGINT_IMPL = NONE
1111
CHIP_VARIANT = SAMD21G18A
1212
CHIP_FAMILY = samd21
1313

14-
CFLAGS_INLINE_LIMIT = 65
14+
CFLAGS_INLINE_LIMIT = 55
1515

1616
# Include these Python libraries in firmware.
1717
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice

ports/atmel-samd/boards/feather_m0_express_crickit/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LONGINT_IMPL = MPZ
1010
CHIP_VARIANT = SAMD21G18A
1111
CHIP_FAMILY = samd21
1212

13-
CFLAGS_INLINE_LIMIT = 65
13+
CFLAGS_INLINE_LIMIT = 55
1414

1515
# Include these Python libraries in firmware.
1616
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice

0 commit comments

Comments
 (0)
0