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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/thread.h b/firmware/export/thread.h
index fe1612d2f4..da61d1a632 100644
--- a/firmware/export/thread.h
+++ b/firmware/export/thread.h
@@ -37,5 +37,8 @@ void sleep_thread(void);
37void wake_up_thread(void); 37void wake_up_thread(void);
38void init_threads(void); 38void init_threads(void);
39int thread_stack_usage(int threadnum); 39int thread_stack_usage(int threadnum);
40#ifdef RB_PROFILE
41void profile_thread(void);
42#endif
40 43
41#endif 44#endif