Commit 743fcfeb authored by 李冠华's avatar 李冠华

🐞 fix:修改燃油信号位错误的问题

parent 6d4ec0da
...@@ -991,7 +991,7 @@ uint8_t Get_CAN_CH0_ID_18E_Sig_EMS_FuelSensorVld(void) ...@@ -991,7 +991,7 @@ uint8_t Get_CAN_CH0_ID_18E_Sig_EMS_FuelSensorVld(void)
uint8_t Get_CAN_CH0_ID_18E_Sig_EMS_FuelRemainLevel(void) uint8_t Get_CAN_CH0_ID_18E_Sig_EMS_FuelRemainLevel(void)
{ {
return (((uint8_t)((uint8_t)CAN_MSG_Read(CAN_CH0,CAN_CH0_ID_EMS_Parameter2_Msg_Count, 0u) >> 0u) & 0x0Fu)); return (((uint8_t)((uint8_t)CAN_MSG_Read(CAN_CH0,CAN_CH0_ID_EMS_Parameter2_Msg_Count, 0u) >> 4u) & 0x0Fu));
} }
uint16_t Get_CAN_CH0_ID_3B1_Sig_CHG_TotalChargeTime(void) uint16_t Get_CAN_CH0_ID_3B1_Sig_CHG_TotalChargeTime(void)
......
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