Commit 728a5437 authored by 郑萍's avatar 郑萍

🐞 fix:档位闪烁漏光

parent 1f148072
...@@ -819,14 +819,14 @@ static void LED_P_GEAR_G_Execution(Tellib_uint16_t led_status) ...@@ -819,14 +819,14 @@ static void LED_P_GEAR_G_Execution(Tellib_uint16_t led_status)
{ {
if (FLASH_SYNC_1Hz) if (FLASH_SYNC_1Hz)
{ {
LED_Driver_Channel_Set(LampChannel_0, LampCh0_05_Gears_W, LED_ON);
SEG_SET_GEAR(1, Gear_P, 0); SEG_SET_GEAR(1, Gear_P, 0);
} }
else else
{ {
LED_Driver_Channel_Set(LampChannel_0, LampCh0_05_Gears_W, LED_ON);
SEG_SET_GEAR(1, Gear_OFF, 0); SEG_SET_GEAR(1, Gear_OFF, 0);
} }
LED_Driver_Channel_Set(LampChannel_0, LampCh0_05_Gears_W, LED_ON);
} }
else if (checkself_seg_Flag == 0) else if (checkself_seg_Flag == 0)
{ {
......
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