summaryrefslogtreecommitdiffstats
path: root/movement/watch_faces/clock/mars_time_face.h
diff options
context:
space:
mode:
Diffstat (limited to 'movement/watch_faces/clock/mars_time_face.h')
-rw-r--r--movement/watch_faces/clock/mars_time_face.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/movement/watch_faces/clock/mars_time_face.h b/movement/watch_faces/clock/mars_time_face.h
index d41c0dad..d34792e9 100644
--- a/movement/watch_faces/clock/mars_time_face.h
+++ b/movement/watch_faces/clock/mars_time_face.h
@@ -29,15 +29,16 @@
typedef enum {
MARS_TIME_MERIDIAN,
- MARS_TIME_CURIOSITY_SITE,
- MARS_TIME_INSIGHT_SITE,
- MARS_TIME_PERSEVERANCE_SITE,
MARS_TIME_ZHURONG_SITE,
+ MARS_TIME_PERSEVERANCE_SITE,
+ MARS_TIME_INSIGHT_SITE,
+ MARS_TIME_CURIOSITY_SITE,
MARS_TIME_NUM_SITES,
} mars_time_site_t;
typedef struct {
mars_time_site_t current_site;
+ bool displaying_sol;
} mars_time_state_t;
void mars_time_face_setup(movement_settings_t *settings, uint8_t watch_face_index, void ** context_ptr);