This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to include app_timer.h to blink example ?

Hi all,

I am using PCA10059(nRF52840 dongle) to learn Nordic BLE solution. I start from \examples\peripheral\blinky project and Segger development environment.

Now I want to include app_timer.h to blink project, after I add #include "app_timer.h" to the top of the main.c, compiler report:

nrf_atfifo.h: No such file or directory

I don't see any place for me to put header file into project, please provide any suggestions.

Thanks.

Related