Skip to content

Commit ef23ffe

Browse files
committed
Turn off audiobusio on Hallowing to free rom
It is about 5kb and the pins aren't broken out for it anyway.
1 parent 7299207 commit ef23ffe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ LONGINT_IMPL = MPZ
1212
# To keep the build small
1313
CIRCUITPY_I2CSLAVE = 0
1414
CIRCUITPY_FREQUENCYIO = 0
15+
CIRCUITPY_AUDIOBUSIO = 0
1516

1617
CFLAGS_INLINE_LIMIT = 50
1718

0 commit comments

Comments
 (0)