I am receiving an unexpected warning from nrf_atfifo_item_get that reports "Get failed - no item in the FIFO." This occurs when I start advertising using
void advertising_start(bool erase_bonds)
This calls bsp_led_indication which calls app_timer_start which triggers drv_rtc_irq_trigger
I am assuming this is to catch short timer periods, but can this warning be avoided so that there is no call to the rtc trigger?