Commit 6a77819d authored by 李冠华's avatar 李冠华

🐞 fix:修改发动机故障指示灯不能点亮的问题

parent 2193e866
......@@ -235,7 +235,7 @@ static void LED_Fuel_Alarm_Execution(Tellib_uint16_t led_status)
else
{
/*熄灭指示灯*/
LED_Driver_Channel_Set(LampChannel_0, LampCh0_09_EFI_failure_Y, LED_OFF);
LED_Driver_Channel_Set(LampChannel_0, LampCh0_23_Fuel_Alarm_Y, LED_OFF);
LED_Driver_Channel_Set(LampChannel_0, LampCh0_24_Fuel_Alarm_W, LED_OFF);
SEG_SET_LED_STS(SEG_LED_Fuel_Oil, 0U);
}
......
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