summaryrefslogtreecommitdiff
path: root/ports/atmel-samd/mpconfigport.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ports/atmel-samd/mpconfigport.mk')
-rw-r--r--ports/atmel-samd/mpconfigport.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/atmel-samd/mpconfigport.mk b/ports/atmel-samd/mpconfigport.mk
index df108664a..58bf07247 100644
--- a/ports/atmel-samd/mpconfigport.mk
+++ b/ports/atmel-samd/mpconfigport.mk
@@ -21,6 +21,10 @@ ifndef CIRCUITPY_AUDIOMIXER
CIRCUITPY_AUDIOMIXER = 0
endif
+ifndef CIRCUITPY_AUDIOMP3
+CIRCUITPY_AUDIOMP3 = 0
+endif
+
ifndef CIRCUITPY_FREQUENCYIO
CIRCUITPY_FREQUENCYIO = 0
endif