Commit 10a64715 authored by 陈家乐's avatar 陈家乐

🐞 fix:代码评审问题:Common_DataInit 函数需初始化时调用

parent b10f29fd
......@@ -112,7 +112,7 @@ static void Power_KL30_Init(void)
RTE_DEEPSLEEP_GPIO_Interrupt_Enable(WAKEUP_KL15_In,Trigger_Rising);
FaultCode_Init();
// Data_TPMS_Processing_Service();
Common_DataInit();
}
extern uint32_t PowerIgnOffTimeLine;
......@@ -175,6 +175,7 @@ static void Power_Wakeup_Init(void)
FaultCode_Init();
Service_Interval_User_WakeupInit();
Common_DataInit();
}
static void Power_LVP_Init(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment