Make warning on no anc VMIC

This commit is contained in:
Ben V. Brown 2023-02-04 11:33:52 +11:00
parent 7b21c7bcb5
commit fb1dd221d5
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