提交 21fe4631 编写于 作者: G Grissiom

TC: delay longer in tc_stop

上级 fddbd836
......@@ -93,7 +93,7 @@ void tc_stop()
{
_tc_loop = 0;
rt_thread_delay(RT_TICK_PER_SECOND/2);
rt_thread_delay(10 * RT_TICK_PER_SECOND);
if (_tc_thread.stat != RT_THREAD_INIT)
{
/* lock scheduler */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册