summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/thread.c2
1 files changed, 1 insertions, 1 deletions
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)
606 : : "r"(waking) : "r0", "r1", "r2", "r3"); 606 : : "r"(waking) : "r0", "r1", "r2", "r3");
607} 607}
608#else 608#else
609static inline void core_sleep(void) 609static inline void core_sleep(struct thread_entry **waking)
610{ 610{
611 611
612} 612}