Commit 7539115a authored by 郑萍's avatar 郑萍

🐞 fix:51223 【润通草地车】【档位】当0x125信号MMCU_PowerMode=1,在发送档位信号,仅P挡闪烁,,且档位边框常显

parent 89ce4066
...@@ -67,6 +67,10 @@ void Gauge_Gears_Display(void) ...@@ -67,6 +67,10 @@ void Gauge_Gears_Display(void)
{ {
SEG_SET_GEAR(1, Signal1, 0); SEG_SET_GEAR(1, Signal1, 0);
} }
else
{
SEG_SET_GEAR(1, Gear_OFF, 0);
}
} }
else else
{ {
......
...@@ -26,7 +26,6 @@ typedef enum ...@@ -26,7 +26,6 @@ typedef enum
em_LED_Cruise_Control_W, em_LED_Cruise_Control_W,
em_LED_Tire_pressure_F_W, em_LED_Tire_pressure_F_W,
em_LED_Tire_pressure_R_W, em_LED_Tire_pressure_R_W,
em_LED_Gears_W,
em_LED_Cutterhead_Gear_W, em_LED_Cutterhead_Gear_W,
em_LED_Working_Hours_One_W, em_LED_Working_Hours_One_W,
......
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