Commit e858e3be authored by 李俭双's avatar 李俭双

🐞 fix:增加水温报警值回差范围内无效到有效的处理

parent 54ab9b6a
...@@ -384,7 +384,10 @@ void Data_Coolant_Temp_Display ( void ) ...@@ -384,7 +384,10 @@ void Data_Coolant_Temp_Display ( void )
} }
else else
{ {
; if(DataCoolantTemp_Dis.u8_Warnflg == 1)
{
DataCoolantTemp_Dis.u8_Warnflg = 0;
}
} }
} }
} }
......
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