seamless crashing

This commit is contained in:
Thaddeus Hughes
2026-03-04 12:50:24 -06:00
parent 14f6624471
commit 46851e84bf
5 changed files with 48 additions and 8 deletions

View File

@@ -43,6 +43,9 @@ int64_t rtc_get_s (void);
int64_t rtc_get_ms(void);
void rtc_set_s(int64_t);
void rtc_save_time(void); // Snapshot current time to RTC memory (call periodically)
void rtc_restore_time(void); // Restore time from RTC backup after a crash reboot
void rtc_schedule_next_alarm(void);
int64_t rtc_get_next_alarm_s();