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
On reflection, this would be bad. SleepForAlarm(SleepMode::Standby) should always do a STOP, because people will expect it to return. If we need a true hibernate, we'll add StandbyForAlarm(), and mark it as __attribute__(noreturn).
Although we won't use it,
SleepForAlarm(SleepMode::Standby)
should enter true STANDBY. We're changing the clients that used the older code.The text was updated successfully, but these errors were encountered: