Why not check for NRF52 in the #ifdef NRF51 in timeslot_stop and timeslot_restart?
ThiemoVanEngelen opened this issue · 0 comments
ThiemoVanEngelen commented
Maybe there is something different on the NRF52, but I would expect that a radio interrupt should also be generated for the NRF52 to react to the new command.
And on a sidenote: Why are the _DISABLE_IRQS and _ENABLE_IRQS interrupts outside of the #ifdef?