提交 79d8f1f4 编写于 作者: C chengjinsong2

解决L0接口不生成问题

Signed-off-by: Nchengjinsong2 <chengjinsong2@huawei.com>
Change-Id: Idaed41a441fb8898c8866fab4ffd7480dfc27667
上级 3678d901
......@@ -133,8 +133,14 @@ static void ParamServiceTask(int *arg)
void LiteParamService(void)
{
static init = 0;
if (init) {
printf("LiteParamService has been init \n");
return;
}
init = 1;
EnableInitLog(INIT_INFO);
PARAM_LOGI("LiteParamService");
printf("LiteParamService \n");
InitParamService();
// get persist param
LoadPersistParams();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册