提交 06e13ed5 编写于 作者: L limingkang 提交者: 李明康

fixed 682e3c84 from https://gitee.com/xiao-ming-k/startup_init_lite/pulls/1704

回退1672
Signed-off-by: Nlimingkang <limingkang1@huawei.com>
Change-Id: I4c6801f58258e9da0a79d16d28bdda46a183dd56
上级 e086e739
...@@ -135,12 +135,10 @@ void LiteParamService(void) ...@@ -135,12 +135,10 @@ void LiteParamService(void)
{ {
static init = 0; static init = 0;
if (init) { if (init) {
printf("LiteParamService has been init \n");
return; return;
} }
init = 1; init = 1;
EnableInitLog(INIT_INFO); EnableInitLog(INIT_INFO);
printf("LiteParamService \n");
InitParamService(); InitParamService();
// get persist param // get persist param
LoadPersistParams(); LoadPersistParams();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册