Skip to content

Commit 3c46e3a

Browse files
author
Kenny
authored
Turn off async for circuitplayground express
Firmware too large
1 parent 88db16a commit 3c46e3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ LONGINT_IMPL = MPZ
1515
CIRCUITPY_DISPLAYIO = 0
1616
CIRCUITPY_FREQUENCYIO = 0
1717
CIRCUITPY_I2CPERIPHERAL = 0
18+
MICROPY_PY_ASYNC_AWAIT = 0
1819

1920
SUPEROPT_GC = 0
2021
CFLAGS_INLINE_LIMIT = 55

0 commit comments

Comments
 (0)