Skip to content

Commit 81c38f2

Browse files
committed
makefiles: remove remaining references to CIRCUITPY_AUDIOMP3_USE_PORT_ALLOCATOR
1 parent 4ba872c commit 81c38f2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ports/espressif/mpconfigport.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,4 +339,3 @@ USB_NUM_IN_ENDPOINTS = 5
339339
CIRCUITPY_MESSAGE_COMPRESSION_LEVEL ?= 1
340340

341341
CIRCUITPY_AUDIOMP3 ?= 1
342-
CIRCUITPY_AUDIOMP3_USE_PORT_ALLOCATOR ?= 1

ports/unix/variants/coverage/mpconfigvariant.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ CFLAGS += \
144144
-DCIRCUITPY_AUDIOFILTERS=1 \
145145
-DCIRCUITPY_AUDIOMIXER=1 \
146146
-DCIRCUITPY_AUDIOMP3=1 \
147-
-DCIRCUITPY_AUDIOMP3_USE_PORT_ALLOCATOR=0 \
148147
-DCIRCUITPY_AUDIOCORE_DEBUG=1 \
149148
-DCIRCUITPY_BITMAPTOOLS=1 \
150149
-DCIRCUITPY_CODEOP=1 \

0 commit comments

Comments
 (0)