Commit 27c41c94 authored by 李冠华's avatar 李冠华

feat:修改清E方中数据触发条件

parent e973df5a
......@@ -253,7 +253,8 @@ void TYW_Clear_Eeprom_Service(void)
}
#else
if ((Get_CAN_CH0_ID_161_Sig_MBMS_FaultNum() == 0xFEDCU) && (Get_CAN_CH0_ID_38E_Sig_BMCU_FaultCode() == 0xABCDU) &&
(Get_CAN_CH0_ID_234_Sig_EMS_FaultCode() == 0xBCDEU) && (Get_CAN_CH0_ID_22A_Sig_GCU_FaultCode() == 0x8888U))
(Get_CAN_CH0_ID_234_Sig_EMS_FaultCode() == 0xBCDEU) && (Get_CAN_CH0_ID_22A_Sig_GCU_FaultCode() == 0x8888U) &&
(Get_CAN_CH0_ID_220_Sig_VCU_DrvSpdGear() == 0x1U) && (Get_CAN_CH0_ID_220_Sig_VCU_ChgMode() == 0x1U))
{
g_u8TYWClearEepromFlag = 1;
}
......
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