I am using VS Code IDE and have installed nrf Connect Extension and done with the installation part and blinky and few other samples. So, basically I just copied an available sample application titled "DMIC Sample" in the application samples. Added build configurations as shown in fig.1 below
After running build I am getting following error.
1. "macro "_CONCAT" requires 2 arguments, but only 1 given" - In device.h file
2. "too few arguments in invocation of macro "_CONCAT"" - In main.c file
I have tried running the same sample in other laptop too. But still same error occurs. It might be issue with the application sample itself but I need solution to it asap.
Thank You!