From b8cb6f3bcf52d5c94f1cc99879deaceb9cbaf7b5 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sat, 12 Feb 2022 22:19:01 -0500 Subject: movement: prevent invalid tick frequency from breaking scheduled tasks --- movement/movement.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'movement/movement.h') 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 -- cgit v1.2.3