diff options
| author | sommersoft <sommersoft@gmail.com> | 2019-08-25 07:32:48 -0500 |
|---|---|---|
| committer | sommersoft <sommersoft@gmail.com> | 2019-08-25 07:32:48 -0500 |
| commit | 2e4b687ba56a38a6bb1dbc262a3416f6e7e8982d (patch) | |
| tree | 70e2f9d17164128c3e4ce9eaa53fc9ae67e8866f | |
| parent | 0a8c0733ad9f822c0677b8ad9c14df9212959ce5 (diff) | |
enable audiomixer on nrf
| -rw-r--r-- | ports/nrf/mpconfigport.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/nrf/mpconfigport.mk b/ports/nrf/mpconfigport.mk index 55920b3f4..02bde3eff 100644 --- a/ports/nrf/mpconfigport.mk +++ b/ports/nrf/mpconfigport.mk @@ -13,6 +13,7 @@ LONGINT_IMPL = MPZ # Audio via PWM CIRCUITPY_AUDIOCORE = 1 CIRCUITPY_AUDIOIO = 0 +CIRCUITPY_AUDIOMIXER = 1 CIRCUITPY_AUDIOPWMIO = 1 CIRCUITPY_AUDIOBUSIO = 1 |
