NordicPlayground / nRF51-ble-bcast-mesh

Other
323 stars 121 forks source link

Why not check for NRF52 in the #ifdef NRF51 in timeslot_stop and timeslot_restart? #171

Closed ThiemoVanEngelen closed 3 years ago

ThiemoVanEngelen commented 7 years ago

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?