Open lhstrh opened 2 years ago
In lf_nrf52_support.c, sleep_until returns -1 whenever it gets woken up while sleeping. It should only do this if the interruption produced a new event. Otherwise, it should just go back to waiting.
lf_nrf52_support.c
sleep_until
-1
In
lf_nrf52_support.c
,sleep_until
returns-1
whenever it gets woken up while sleeping. It should only do this if the interruption produced a new event. Otherwise, it should just go back to waiting.