未验证 提交 ff445708 编写于 作者: Z zhaoshaowei 提交者: GitHub

[Kernel] fix typo in rt_thread_delay_util

上级 c2322353
......@@ -585,7 +585,7 @@ rt_err_t rt_thread_delay_until(rt_tick_t *tick, rt_tick_t inc_tick)
return RT_EOK;
}
RTM_EXPORT(rt_thread_delay_util);
RTM_EXPORT(rt_thread_delay_until);
/**
* This function will let current thread delay for some milliseconds.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册