diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-04-13 19:48:02 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-13 19:48:02 (GMT) |
| commit | 315a4cc2ab7493efb2d6c1a869140043834fb21e (patch) | |
| tree | d680c1603f8754ebd343deda02817b5f5a2bab88 /src/components/alarm/AlarmController.h | |
| parent | 641a632830500b15b6eaae7d2b49d4d7f260549b (diff) | |
Uncommited changed in last commit
Diffstat (limited to 'src/components/alarm/AlarmController.h')
| -rw-r--r-- | src/components/alarm/AlarmController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/alarm/AlarmController.h b/src/components/alarm/AlarmController.h index f39fbde..fca4287 100644 --- a/src/components/alarm/AlarmController.h +++ b/src/components/alarm/AlarmController.h @@ -32,6 +32,7 @@ namespace Pinetime { void Init(System::SystemTask* systemTask); void SetAlarmTime(uint8_t alarmHr, uint8_t alarmMin); void ScheduleAlarm(); + void RescheduleAlarm(); void DisableAlarm(); void SetOffAlarmNow(); uint32_t SecondsToAlarm(); |
