Update target.mk

This commit is contained in:
Ben V. Brown 2024-02-07 12:02:30 +11:00
parent 851fb95dcb
commit ea0d5b067a
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,7 @@ export ANC_APP ?= 1
export ANC_FF_ENABLED ?= 1
# Feed Backward ANC configuration (internal mic)
export ANC_FB_ENABLED ?= 1
# Wind noise reduction mode
export ANC_WNR_ENABLED ?= 0
export AUDIO_ANC_FB_MC ?= 0
@ -74,6 +74,7 @@ export AUD_SECTION_STRUCT_VERSION ?= 2
# Music cancel hardware?
export AUDIO_ANC_FB_MC_HW ?=1
export APP_ANC_KEY ?= 1
# Feedback check for feedforward mic
export ANC_FB_CHECK ?= 1
##### ANC DEFINE END ######