How to resolve this issue?
How to resolve this issue?
Hello,
This usually means that the project includes the old compiler_abstraction.h header located in nRF5_SDK_12.1.0_0d23e2a\components\device\. Please try to remove the ....\\components\device\ include path from your project settings. It's not needed when you use Keil5 projects.
There is no such include path.
I tried renaming/removing file compiler_abstractions.h, but no luck
There is no such include path.
I tried renaming/removing file compiler_abstractions.h, but no luck
Please check if the compiler_abstraction.h header included from Keil packs defines __UNUSED as the screenshot below shows.
Resolved
Thanks