Commit 57408f17 authored by 时昊's avatar 时昊

关闭ABS和EBD指示灯

parent b3fabee3
......@@ -512,6 +512,7 @@ void LED_TurnLeft_Lamp_Exec(Tellib_uint16_t led_status)
}
void LED_ABS_Lamp_Exec(Tellib_uint16_t led_status)
{
LED_Driver_Channel_Set(LED_Attr[LED_ABS_Lamp].chip, LED_Attr[LED_ABS_Lamp].channel, 0);
}
Tellib_uint16_t LED_EBD_Lamp_Judge(void)
{
......@@ -520,6 +521,7 @@ void LED_TurnLeft_Lamp_Exec(Tellib_uint16_t led_status)
}
void LED_EBD_Lamp_Exec(Tellib_uint16_t led_status)
{
LED_Driver_Channel_Set(LED_Attr[LED_EBD_Lamp].chip, LED_Attr[LED_EBD_Lamp].channel, 0);
}
Tellib_uint16_t LED_EngWaitToStart_Lamp_Judge(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