I am calling my advertising update inside:
Fullscreen
1
2
3
4
5
6
void SWI1_IRQHandler(bool radio_evt)
{
.....
}
And my advertising update gives an error, otherwise if I use inside a timer it works fine.
I am calling my advertising update inside:
void SWI1_IRQHandler(bool radio_evt) { ..... }
And my advertising update gives an error, otherwise if I use inside a timer it works fine.