diff options
Diffstat (limited to 'movement/movement.h')
-rw-r--r-- | movement/movement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/movement/movement.h b/movement/movement.h index b99f4e8b..5431436b 100644 --- a/movement/movement.h +++ b/movement/movement.h @@ -120,7 +120,7 @@ extern const char movement_valid_position_1_chars[]; * data required for your watch face. * */ -typedef void (*watch_face_setup)(movement_settings_t *settings, void ** context_ptr); +typedef void (*watch_face_setup)(movement_settings_t *settings, uint8_t watch_face_index, void ** context_ptr); /** @brief Prepare to go on-screen. * @details This function is called just before your watch enters the foreground. If your watch face has any |