Commit b0ae8892 authored by hu's avatar hu

调整档位显示BUG

parent 8903cbc3
...@@ -1222,7 +1222,7 @@ void Gui_Gear_Display(uint8_t Mode) ...@@ -1222,7 +1222,7 @@ void Gui_Gear_Display(uint8_t Mode)
Temp = Current_Gear - 0x7Eu; Temp = Current_Gear - 0x7Eu;
CanStatus1 = CAN_MSG_Status(ID_CanMsg18FF8503_Msg_Count); CanStatus1 = CAN_MSG_Status(ID_CanMsg18F00503_Msg_Count);
if (CanStatus1 == CAN_SIG_LOST) if (CanStatus1 == CAN_SIG_LOST)
{ {
......
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