We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f57bc commit 393d7f4Copy full SHA for 393d7f4
include/rtthread.h
@@ -151,7 +151,6 @@ rt_err_t rt_thread_mdelay(rt_int32_t ms);
151
rt_err_t rt_thread_control(rt_thread_t thread, int cmd, void *arg);
152
rt_err_t rt_thread_suspend(rt_thread_t thread);
153
rt_err_t rt_thread_resume(rt_thread_t thread);
154
-void rt_thread_exit(void);
155
void rt_thread_timeout(void *parameter);
156
157
#ifdef RT_USING_SIGNALS
0 commit comments