提交 509667fc 编写于 作者: B boxi 提交者: Gitee

feat: Rename initstage to initsync, and apply the module in the init process.

    
1.Rename initstage to initsync
2.Apply the module in the init process to synchronize the init process with the application process
    
Close #I3RCUF
上级 df89fcf6
......@@ -64,7 +64,7 @@ int SystemInitStage(QuickstartStage stage)
void TriggerStage(unsigned int event, unsigned int wait, QuickstartStage stagelevel)
{
int ret = InitListen(event, wait);
if (ret != 0 && ret != -1) {
if (ret != 0) {
SystemInitStage(stagelevel);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册