Commit 0afdb47e authored by 李俭双's avatar 李俭双

🐞 fix:更改自检操作

parent d7d3db1d
...@@ -106,7 +106,7 @@ void Data_Coolant_Temp_Display ( void ) ...@@ -106,7 +106,7 @@ void Data_Coolant_Temp_Display ( void )
{ {
if(SYS_OPR_STAT_IGN_ON) if(SYS_OPR_STAT_IGN_ON)
{ {
if (Common_GetIgnOnTime() >= 3000) if (Common_GetIgnOnTime() < 3000)
{ {
DataCoolantTemp_Dis.u8_Uptimer = CoolantSelfCheckFlashtimer; DataCoolantTemp_Dis.u8_Uptimer = CoolantSelfCheckFlashtimer;
DataCoolantTemp_Dis.u8_Downtimer = CoolantSelfCheckFlashtimer; DataCoolantTemp_Dis.u8_Downtimer = CoolantSelfCheckFlashtimer;
......
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