//```c /* This function will start a thread and put it to system ready queue */ /* @param thread the thread to be started */ /* @return the operation status, RT_EOK on OK, -RT_ERROR on error */ rt_err_t rt_thread_startup(rt_thread_t thread) //``` 这段注释清晰地说明了函数的目的、参数和返回值,帮助开发者理解其功能和使用方式。
文章评论(0条评论)
登录后参与讨论