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

APP_TIMER_MAX_TIMERS

I see in multiple examples of NRF51 SDK:

#define APP_TIMER_MAX_TIMERS        (2+BSP_APP_TIMERS_NUMBER)          /**< Maximum number of timers used by the application. */

but it is never used. Is it still needed or is it a relict of former SDK versions?

Related