We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634f505 commit f55187fCopy full SHA for f55187f
include/rtthread.h
@@ -160,8 +160,8 @@ rt_thread_t rt_thread_create(const char *name,
160
rt_uint8_t priority,
161
rt_uint32_t tick);
162
rt_err_t rt_thread_delete(rt_thread_t thread);
163
-rt_err_t rt_thread_close(rt_thread_t thread);
164
#endif /* RT_USING_HEAP */
+rt_err_t rt_thread_close(rt_thread_t thread);
165
rt_thread_t rt_thread_self(void);
166
rt_thread_t rt_thread_find(char *name);
167
rt_err_t rt_thread_startup(rt_thread_t thread);
0 commit comments