Hello All,
The problem is as stated in the title, my SDK version is v17.1.0.
For example => how to remove nRF_ANT or add it

Best regards,
Kai
Hello All,
The problem is as stated in the title, my SDK version is v17.1.0.
For example => how to remove nRF_ANT or add it

Best regards,
Kai
You will need to open the sdk_config.h file in a text editor and manually remove the defines in question, I am not familiar with the syntax on how you actually can do this, it should hopefully be somewhat self explainatory when you open the file in a text editor. You can for instance find <e><q><o></e>... "tags" between the defines that configure the layout shown in the cmsis configurator. That said, I am not sure why you want to do this, they are just defines, and not used as long as the source files that use them are included in the project.
Kenneth
Hi Kenneth,
I have another question,can you help me how to distinguish <e><h> difference in sdk_config.h
You can look at this picture :

Best regards,
Kai