未验证 提交 3f122bd7 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #4053 from yangjie11/kernel

[src][scheduler] remove RT_USING_FINSH in kernel, remove list_thread()
......@@ -90,12 +90,7 @@ static void _rt_scheduler_stack_check(struct rt_thread *thread)
rt_ubase_t level;
rt_kprintf("thread:%s stack overflow\n", thread->name);
#ifdef RT_USING_FINSH
{
extern long list_thread(void);
list_thread();
}
#endif
level = rt_hw_interrupt_disable();
while (level);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册