[revert] remove rt_thread_exit

This commit is contained in:
Meco Jianting Man 2021-05-29 16:37:52 +08:00 committed by GitHub
parent 99f57bcd00
commit 393d7f4479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -151,7 +151,6 @@ rt_err_t rt_thread_mdelay(rt_int32_t ms);
rt_err_t rt_thread_control(rt_thread_t thread, int cmd, void *arg);
rt_err_t rt_thread_suspend(rt_thread_t thread);
rt_err_t rt_thread_resume(rt_thread_t thread);
void rt_thread_exit(void);
void rt_thread_timeout(void *parameter);
#ifdef RT_USING_SIGNALS