summaryrefslogtreecommitdiff
path: root/firmware/export/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/thread.h')
-rw-r--r--firmware/export/thread.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/thread.h b/firmware/export/thread.h
index f5a4b50ddd..c6b3c8e4e3 100644
--- a/firmware/export/thread.h
+++ b/firmware/export/thread.h
@@ -30,6 +30,5 @@ void sleep_thread(void);
30void wake_up_thread(void); 30void wake_up_thread(void);
31void init_threads(void); 31void init_threads(void);
32int thread_stack_usage(int threadnum); 32int thread_stack_usage(int threadnum);
33void cpu_sleep(bool enabled);
34 33
35#endif 34#endif