diff options
Diffstat (limited to 'firmware/thread.c')
| -rw-r--r-- | firmware/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/thread.c b/firmware/thread.c index 6ba99dd..1265877 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) { } |