提交 190324c7 编写于 作者: B bernard.xiong

fix Chinese comments.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@618 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 b91a4923
......@@ -21,7 +21,7 @@ static void thread_entry(void* parameter)
/* 获得当前的OS Tick */
tick = rt_tick_get();
/* 图持有一个信号量,如果10个OS Tick依然没拿到,则超时返回 */
/* 图持有一个信号量,如果10个OS Tick依然没拿到,则超时返回 */
result = rt_sem_take(sem, 10);
if (result == -RT_ETIMEOUT)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册