fix Chinese comments.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@618 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
b91a492341
commit
190324c7a6
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue