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/settings | |
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/settings')
-rw-r--r-- | movement/watch_faces/settings/preferences_face.c | 1 | ||||
-rw-r--r-- | movement/watch_faces/settings/set_time_face.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/movement/watch_faces/settings/preferences_face.c b/movement/watch_faces/settings/preferences_face.c index 725be01e..790c9de5 100644 --- a/movement/watch_faces/settings/preferences_face.c +++ b/movement/watch_faces/settings/preferences_face.c @@ -189,6 +189,5 @@ void preferences_face_resign(movement_settings_t *settings, void *context) { (void) settings; (void) context; watch_set_led_off(); - movement_request_tick_frequency(1); watch_store_backup_data(settings->reg, 0); } diff --git a/movement/watch_faces/settings/set_time_face.c b/movement/watch_faces/settings/set_time_face.c index ad59843d..f0e7dc6c 100644 --- a/movement/watch_faces/settings/set_time_face.c +++ b/movement/watch_faces/settings/set_time_face.c @@ -147,6 +147,5 @@ void set_time_face_resign(movement_settings_t *settings, void *context) { (void) settings; (void) context; watch_set_led_off(); - movement_request_tick_frequency(1); watch_store_backup_data(settings->reg, 0); } |