Make warning on no anc VMIC

This commit is contained in:
Ben V. Brown 2023-02-04 11:33:52 +11:00 committed by Rudis Muiznieks
parent 11b9eb7fc5
commit 258bc5efe4
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@
#endif
#ifndef ANC_VMIC_CFG
#warning "No ANC VMIC configured"
#define ANC_VMIC_CFG (AUD_VMIC_MAP_VMIC1)
#endif