diff options
| author | Jeff Epler <jepler@gmail.com> | 2019-08-14 19:52:55 -0500 |
|---|---|---|
| committer | jepler <jepler@gmail.com> | 2019-08-18 15:55:57 -0500 |
| commit | 79f8a857865d8b2ae1b491cb6d58f91246920d91 (patch) | |
| tree | 2e4fb2801d6a306be3d57c8234e374de74c50ef3 /ports/nrf/mpconfigport.mk | |
| parent | 485dd8a67375a3b10a0cc8163c447ab6bb68d333 (diff) | |
nrf: stub out audiobusio.PDMIn, audiobusio.I2SOut
Diffstat (limited to 'ports/nrf/mpconfigport.mk')
| -rw-r--r-- | ports/nrf/mpconfigport.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ports/nrf/mpconfigport.mk b/ports/nrf/mpconfigport.mk index 57879bbaa..55920b3f4 100644 --- a/ports/nrf/mpconfigport.mk +++ b/ports/nrf/mpconfigport.mk @@ -14,9 +14,7 @@ LONGINT_IMPL = MPZ CIRCUITPY_AUDIOCORE = 1 CIRCUITPY_AUDIOIO = 0 CIRCUITPY_AUDIOPWMIO = 1 - -# No I2S yet. -CIRCUITPY_AUDIOBUSIO = 0 +CIRCUITPY_AUDIOBUSIO = 1 # No I2CSlave implementation CIRCUITPY_I2CSLAVE = 0 |
