diff --git a/firmware/thread.c b/firmware/thread.c index 6ba99dd325..1265877d68 100644 --- a/firmware/thread.c +++ b/firmware/thread.c @@ -606,7 +606,7 @@ static inline void core_sleep(struct thread_entry **waking) : : "r"(waking) : "r0", "r1", "r2", "r3"); } #else -static inline void core_sleep(void) +static inline void core_sleep(struct thread_entry **waking) { }