diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-11-22 16:30:10 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-11-22 16:30:10 -0500 |
| commit | 1ccb7b4c5e4706943f8ee721eb1880ecb337fecc (patch) | |
| tree | a43583316c2ceb6deb341ec05cc49e8b1439bf02 /ports/nrf/mpconfigport.mk | |
| parent | 13375d16f11d86f8c7c77e6be209d914d35b6372 (diff) | |
cosmetic commit, mostly to re-run
Diffstat (limited to 'ports/nrf/mpconfigport.mk')
| -rw-r--r-- | ports/nrf/mpconfigport.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/nrf/mpconfigport.mk b/ports/nrf/mpconfigport.mk index d070978b7..f61d9f8ea 100644 --- a/ports/nrf/mpconfigport.mk +++ b/ports/nrf/mpconfigport.mk @@ -17,6 +17,8 @@ endif CIRCUITPY_AUDIOIO = 0 +# The ifndef's allow overriding in mpconfigboard.mk. + ifndef CIRCUITPY_AUDIOMIXER CIRCUITPY_AUDIOMIXER = 1 endif |
