summaryrefslogtreecommitdiffstats
path: root/movement/watch_faces/demos
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/demos
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/demos')
-rw-r--r--movement/watch_faces/demos/character_set_face.c1
-rw-r--r--movement/watch_faces/demos/demo_face.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/movement/watch_faces/demos/character_set_face.c b/movement/watch_faces/demos/character_set_face.c
index 7c2740e1..6aa42083 100644
--- a/movement/watch_faces/demos/character_set_face.c
+++ b/movement/watch_faces/demos/character_set_face.c
@@ -72,5 +72,4 @@ bool character_set_face_loop(movement_event_t event, movement_settings_t *settin
void character_set_face_resign(movement_settings_t *settings, void *context) {
(void) settings;
(void) context;
- movement_request_tick_frequency(1);
}
diff --git a/movement/watch_faces/demos/demo_face.c b/movement/watch_faces/demos/demo_face.c
index dc2269b7..c9a929a1 100644
--- a/movement/watch_faces/demos/demo_face.c
+++ b/movement/watch_faces/demos/demo_face.c
@@ -138,5 +138,4 @@ bool demo_face_loop(movement_event_t event, movement_settings_t *settings, void
void demo_face_resign(movement_settings_t *settings, void *context) {
(void) settings;
(void) context;
- movement_request_tick_frequency(1);
}