summaryrefslogtreecommitdiffstats
path: root/movement/watch_faces/complication/countdown_face.h
diff options
context:
space:
mode:
Diffstat (limited to 'movement/watch_faces/complication/countdown_face.h')
-rw-r--r--movement/watch_faces/complication/countdown_face.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/movement/watch_faces/complication/countdown_face.h b/movement/watch_faces/complication/countdown_face.h
index 657c6377..f6c845d6 100644
--- a/movement/watch_faces/complication/countdown_face.h
+++ b/movement/watch_faces/complication/countdown_face.h
@@ -32,8 +32,10 @@
/*
A countdown/timer face
-Max countdown is 99 minutes and 59 seconds since we have to prevent the watch
-from going to deep sleep using movement_schedule_background_task
+Max countdown is 23 hours, 59 minutes and 59 seconds.
+
+Note: we have to prevent the watch from going to deep sleep using
+movement_schedule_background_task() while the timer is running.
*/
@@ -46,6 +48,7 @@ typedef enum {
typedef struct {
uint32_t target_ts;
uint32_t now_ts;
+ uint8_t hours;
uint8_t minutes;
uint8_t seconds;
uint8_t selection;