Update target.mk

This commit is contained in:
Ben V. Brown 2023-02-04 22:14:15 +11:00 committed by Rudis Muiznieks
parent 66ab43c6a6
commit b54f408983
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
1 changed files with 2 additions and 2 deletions

View File

@ -61,10 +61,10 @@ AUDIO_OUTPUT_DIFF ?= 0
#### ANC DEFINE START ######
export ANC_APP ?= 1
export ANC_FF_ENABLED ?= 1
# Feed Forward ANC configuration (external mic)
export ANC_FB_ENABLED ?= 1
export ANC_FF_ENABLED ?= 1
# Feed Backward ANC configuration (internal mic)
export ANC_FB_ENABLED ?= 1
export AUDIO_ANC_FB_MC ?= 0
export AUDIO_SECTION_SUPPT ?= 0
export AUD_SECTION_STRUCT_VERSION ?= 2