diff options
Diffstat (limited to 'movement/movement.h')
-rw-r--r-- | movement/movement.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/movement/movement.h b/movement/movement.h index 9dc5fe82..f00c5cc4 100644 --- a/movement/movement.h +++ b/movement/movement.h @@ -287,6 +287,8 @@ void movement_move_to_face(uint8_t watch_face_index); void movement_move_to_next_face(void); void movement_illuminate_led(void); +watch_date_time movement_get_date_time(void); + void movement_request_tick_frequency(uint8_t freq); // note: watch faces can only schedule a background task when in the foreground, since |