summaryrefslogtreecommitdiffstats
path: root/movement/movement.h
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-02-12 22:19:01 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-02-12 22:19:01 -0500
commitb8cb6f3bcf52d5c94f1cc99879deaceb9cbaf7b5 (patch)
treed76deab3bb0ba2bc2035b33b6571e83706540d62 /movement/movement.h
parent5dac14974c9b2d00431430e9f24dd7e26f69246f (diff)
downloadSensor-Watch-b8cb6f3bcf52d5c94f1cc99879deaceb9cbaf7b5.tar.gz
Sensor-Watch-b8cb6f3bcf52d5c94f1cc99879deaceb9cbaf7b5.tar.bz2
Sensor-Watch-b8cb6f3bcf52d5c94f1cc99879deaceb9cbaf7b5.zip
movement: prevent invalid tick frequency from breaking scheduled tasks
Diffstat (limited to 'movement/movement.h')
-rw-r--r--movement/movement.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/movement/movement.h b/movement/movement.h
index 8949d026..cb2c9ca2 100644
--- a/movement/movement.h
+++ b/movement/movement.h
@@ -274,8 +274,6 @@ void movement_move_to_face(uint8_t watch_face_index);
void movement_move_to_next_face(void);
void movement_illuminate_led(void);
-// note: requesting a tick frequency of 0 will break any scheduled background tasks.
-// this will be fixed in a future refactor of the tick mechanism.
void movement_request_tick_frequency(uint8_t freq);
// note: watch faces can only schedule a background task when in the foreground, since