makefiles: remove remaining references to CIRCUITPY_AUDIOMP3_USE_PORT_ALLOCATOR
This commit is contained in:
parent
4ba872cae5
commit
81c38f2296
2 changed files with 0 additions and 2 deletions
|
|
@ -339,4 +339,3 @@ USB_NUM_IN_ENDPOINTS = 5
|
|||
CIRCUITPY_MESSAGE_COMPRESSION_LEVEL ?= 1
|
||||
|
||||
CIRCUITPY_AUDIOMP3 ?= 1
|
||||
CIRCUITPY_AUDIOMP3_USE_PORT_ALLOCATOR ?= 1
|
||||
|
|
|
|||
|
|
@ -144,7 +144,6 @@ CFLAGS += \
|
|||
-DCIRCUITPY_AUDIOFILTERS=1 \
|
||||
-DCIRCUITPY_AUDIOMIXER=1 \
|
||||
-DCIRCUITPY_AUDIOMP3=1 \
|
||||
-DCIRCUITPY_AUDIOMP3_USE_PORT_ALLOCATOR=0 \
|
||||
-DCIRCUITPY_AUDIOCORE_DEBUG=1 \
|
||||
-DCIRCUITPY_BITMAPTOOLS=1 \
|
||||
-DCIRCUITPY_CODEOP=1 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue