summaryrefslogtreecommitdiffstats
path: root/movement/watch_faces/complications/pulsometer_face.c
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-01-19 11:16:10 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-01-19 11:16:10 -0500
commit138b3d0c5e4c9bd32adef17c83981b180c676969 (patch)
treef162c22288024a3af22aa26f475dc57c239a2a6a /movement/watch_faces/complications/pulsometer_face.c
parentfb71be55ee09c1f7117c6bcdf4f4de30778c8f30 (diff)
downloadSensor-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/complications/pulsometer_face.c')
-rw-r--r--movement/watch_faces/complications/pulsometer_face.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/movement/watch_faces/complications/pulsometer_face.c b/movement/watch_faces/complications/pulsometer_face.c
index 145b3cfe..28ca1a50 100644
--- a/movement/watch_faces/complications/pulsometer_face.c
+++ b/movement/watch_faces/complications/pulsometer_face.c
@@ -111,5 +111,4 @@ bool pulsometer_face_loop(movement_event_t event, movement_settings_t *settings,
void pulsometer_face_resign(movement_settings_t *settings, void *context) {
(void) settings;
(void) context;
- movement_request_tick_frequency(1);
}