I'm currently developing a project using the Audio NRF5340 to communicate over BLE. All the modifications I made to the Audio DK app work in VScode with SDK 2.9.0, but recently I wanted to implement GTBS services. So I added a C file and its header. Since then, I haven't been able to compile it, only having issues with the linker and the include function.
Is there a special procedure for creating a new C file with a header?