Turn off audiobusio on Hallowing to free rom

It is about 5kb and the pins aren't broken out for it anyway.
This commit is contained in:
Scott Shawcroft 2019-04-09 12:01:00 -07:00
parent 72992070c5
commit ef23ffe584
No known key found for this signature in database
GPG Key ID: FD0EDC4B6C53CA59
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ LONGINT_IMPL = MPZ
# To keep the build small # To keep the build small
CIRCUITPY_I2CSLAVE = 0 CIRCUITPY_I2CSLAVE = 0
CIRCUITPY_FREQUENCYIO = 0 CIRCUITPY_FREQUENCYIO = 0
CIRCUITPY_AUDIOBUSIO = 0
CFLAGS_INLINE_LIMIT = 50 CFLAGS_INLINE_LIMIT = 50