Hi,
I added nRF5_SDK_15.2.0_9412b96\modules\nrfx\drivers\src\nrfx_timer.c to my project. In sdk_config.h I have:
#define NRFX_TIMER_ENABLED 1
#define NRFX_TIMER1_ENABLED 1
#define NRFX_TIMER2_ENABLED 1
However, the timer is still not enabled because it somehow includes file called apply_old_config.h which undefs all.
How is nrfx_timer enabled if not via sdk_config.h?