diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-01-19 11:16:10 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-01-19 11:16:10 -0500 |
commit | 138b3d0c5e4c9bd32adef17c83981b180c676969 (patch) | |
tree | f162c22288024a3af22aa26f475dc57c239a2a6a /movement/watch_faces/clock | |
parent | fb71be55ee09c1f7117c6bcdf4f4de30778c8f30 (diff) | |
download | Sensor-Watch-138b3d0c5e4c9bd32adef17c83981b180c676969.tar.gz Sensor-Watch-138b3d0c5e4c9bd32adef17c83981b180c676969.tar.bz2 Sensor-Watch-138b3d0c5e4c9bd32adef17c83981b180c676969.zip |
movement: reset tick to 1 Hz between watch faces (fixes #36)
Diffstat (limited to 'movement/watch_faces/clock')
-rw-r--r-- | movement/watch_faces/clock/world_clock_face.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/movement/watch_faces/clock/world_clock_face.c b/movement/watch_faces/clock/world_clock_face.c index afde8cf7..6910eca0 100644 --- a/movement/watch_faces/clock/world_clock_face.c +++ b/movement/watch_faces/clock/world_clock_face.c @@ -208,5 +208,4 @@ bool world_clock_face_loop(movement_event_t event, movement_settings_t *settings void world_clock_face_resign(movement_settings_t *settings, void *context) { (void) settings; (void) context; - movement_request_tick_frequency(1); } |