You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: