diff options
Diffstat (limited to 'movement/movement.h')
-rw-r--r-- | movement/movement.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/movement/movement.h b/movement/movement.h index 0e900771..e327bbdd 100644 --- a/movement/movement.h +++ b/movement/movement.h @@ -282,6 +282,10 @@ void movement_request_tick_frequency(uint8_t freq); // movement will associate the scheduled task with the currently active face. void movement_schedule_background_task(watch_date_time date_time); +// note: watch faces can only cancel their background task when in the foreground, since +// movement will associate the scheduled task with the currently active face. +void movement_cancel_background_task(void); + void movement_play_signal(void); void movement_play_alarm(void); |