Commit 587aca2e authored by hu's avatar hu

掉线后清空胎温符号状态

parent 1e5dc7a6
......@@ -161,6 +161,7 @@ void Get_Data_TPMS_Value(TPMSNUM_t TPMSTyreID)
if (CAN_MSG_Status(ID_CanMsg18011733_Msg_Count) == CAN_SIG_LOST)
{
TPMS_Out[TPMSTyreID].TPMSPressure = 0x00u;
TPMS_Out[TPMSTyreID].TPMSTempSign = 0u;
TPMS_Out[TPMSTyreID].TPMSTemp = 0x00u;
}
}
......
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