Commit 3f892b4b authored by hu's avatar hu

增加初始化

parent dd5c8e83
......@@ -42,6 +42,10 @@
#include "GUI.h"
#include "Data_Fuel_User.h"
#include "kwp2000_tp.h"
#include "kwp2000_protocol.h"
#include "kwp2000_service.h"
#define POWER_NM_SLEEP 0U
#define POWER_NM_WAKEUP 1U
......@@ -147,6 +151,8 @@ void Power_Sleep_Init(void)
Power_Status_t Power_Wakeup_Init ( void )
{
Kwp2000_Init();
Power_Status_t u8PowerSts;
/*电源 指示灯 硬线 通用信息部分 赵建智 维护开始*/
Common_DataInit();
......@@ -210,6 +216,8 @@ void Power_IG_OFF_Init(void)
}
void Power_IG_ON_Init(void)
{
Kwp2000_Init();
Data_ODO_Clear_KL15Init();
Telltales_KL15_Init();
Line_In_KL15_ON_Init();
......
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