提交 121b72df 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #880 from armink/fix_scheduler

[Kernel] Fix a bug on rt_schedule().
......@@ -269,6 +269,11 @@ void rt_schedule(void)
rt_hw_interrupt_enable(level);
}
}
else
{
/* enable interrupt */
rt_hw_interrupt_enable(level);
}
}
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册