movement: fix movement_request_wake() prototype

This function has `void` args, currently it can throw a compiler warning
This commit is contained in:
Jack Bond-Preston 2022-07-25 15:17:02 +01:00
parent b234db74fe
commit b07b548681

View File

@ -288,7 +288,7 @@ void movement_schedule_background_task(watch_date_time date_time);
// movement will associate the scheduled task with the currently active face. // movement will associate the scheduled task with the currently active face.
void movement_cancel_background_task(void); void movement_cancel_background_task(void);
void movement_request_wake(); void movement_request_wake(void);
void movement_play_signal(void); void movement_play_signal(void);
void movement_play_alarm(void); void movement_play_alarm(void);