Merge pull request #79 from jackbondpreston/main

movement: fix movement_request_wake() prototype
This commit is contained in:
joeycastillo 2022-07-25 12:06:05 -04:00 committed by GitHub
commit 6d87f5a626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.
void movement_cancel_background_task(void);
void movement_request_wake();
void movement_request_wake(void);
void movement_play_signal(void);
void movement_play_alarm(void);