code is not supposed to be compiled when neither power nor clock is enabled

Hi. I am trying to use Free RTOS in my code and from the example blinky free rtos I am recreating the code. I have added the path and library files. But when I try to compile I am getting this error. 

nRF5_SDK_17.1.0_ddde560\modules\nrfx\drivers\include\nrfx_power_clock.h(67): error: #35: #error directive: "This code is not supposed to be compiled when neither POWER nor CLOCK is enabled."
#error "This code is not supposed to be compiled when neither POWER nor CLOCK is enabled."

I looked in forum and online but couldn't find any appropriate solution. Can you help me with this issue?

Related