Commit fd1a0b87 authored by 张金硕's avatar 张金硕

🐞 fix:70042 【豪进7500TFT】【导航水温】导航中水温掉线恢复后,偶发先显示1格,再同步显示其他水温格数【底板1111】

parent ff613784
...@@ -358,6 +358,7 @@ void Data_Coolant_Temp_Processing_Service ( void ) ...@@ -358,6 +358,7 @@ void Data_Coolant_Temp_Processing_Service ( void )
if(DataCoolantTemp.u8_ResStatus != DataCoolantTemp.u8_Last_ResStatus) if(DataCoolantTemp.u8_ResStatus != DataCoolantTemp.u8_Last_ResStatus)
{ {
Lost_Time++; Lost_Time++;
time_temp = 0;
if(Lost_Time > 150) if(Lost_Time > 150)
{ {
DataCoolantTemp.u8_ResStatus = DataCoolantTemp.u8_Last_ResStatus; DataCoolantTemp.u8_ResStatus = DataCoolantTemp.u8_Last_ResStatus;
......
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