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

Timer setting problem

I have created file timer_init.h / c. I make the timer settings in this file and include it in main.c.
I create the timers in the timers_init () function. However, the 2 timers I show below do not stop when I call app_timer_stop ().
But if I define these timers in main.c, it works fine. What could be the problem?

Parents Reply Children
Related