app_easy_timer_cancel not working
Hi team,
I am working on a project wherein, I am starting a timer using the API [ app_easy_timer() ] . After the timer expiry, in the callback function, I am deleting the timer using the following statements :
app_easy_timer_cancel(timer_id);
timer_id = EASY_TIMER_INVALID_TIMER ;
But, even after the execution, the timer _id value is not getting changed to 0, which implies that the timer has not been deleted.
请建议可能的可能原因。
谢谢,
Team Wisilica