Commit ae67a4f2 authored by hu's avatar hu

修改禅道指示灯问题

parent 49df5f81
......@@ -44,7 +44,7 @@ const LED_Attribute_st LED_Attribute[LED_Max] =
{ em_LED_ENG_OIL_L , SelfCheck , NoExterNalCheck , LED_IGN_ON , 2500u, 4500ul, LED_ENG_OIL_L_Judgement , LED_ENG_OIL_L_Execution },
{ em_LED_CHARG_L , SelfCheck , NoExterNalCheck , LED_IGN_ON , 2500u, 4500ul, LED_CHARG_L_Judgement , LED_CHARG_L_Execution },
{ em_LED_SEAT_BELT_L , SelfCheck , NoExterNalCheck , LED_IGN_ON , 2500u, 4500ul, LED_SEAT_BELT_L_Judgement , LED_SEAT_BELT_L_Execution },
{ em_LED_RR_DIFF_LOCK_L , SelfCheck , NoExterNalCheck , LED_IGN_ON , 2500u, 4500ul, LED_RR_DIFF_LOCK_L_Judgement , LED_RR_DIFF_LOCK_L_Execution },
{ em_LED_RR_DIFF_LOCK_L , NoSelfCheck , NoExterNalCheck , LED_IGN_ON , 2500u, 4500ul, LED_RR_DIFF_LOCK_L_Judgement , LED_RR_DIFF_LOCK_L_Execution },
{ em_LED_TPMS_L , SelfCheck , NoExterNalCheck , LED_IGN_ON , 2500u, 4500ul, LED_TPMS_L_Judgement , LED_TPMS_L_Execution },
{ em_LED_ASR_or_EVSC_OFF_L , NoSelfCheck , NoExterNalCheck , LED_IGN_ON , 2500u, 4500ul, LED_ASR_or_EVSC_OFF_L_Judgement , LED_ASR_or_EVSC_OFF_L_Execution },
{ em_LED_EVSC_L , NoSelfCheck , NoExterNalCheck , LED_IGN_ON , 2500u, 4500ul, LED_EVSC_L_Judgement , LED_EVSC_L_Execution },
......@@ -112,7 +112,7 @@ void Test_LED_AllLight(void)
LED_ENG_OIL_L_Execution(LED_ON_State);
LED_CHARG_L_Execution(LED_ON_State);
LED_SEAT_BELT_L_Execution(LED_ON_State);
LED_RR_DIFF_LOCK_L_Execution(LED_ON_State);
//LED_RR_DIFF_LOCK_L_Execution(LED_ON_State);
LED_TPMS_L_Execution(LED_ON_State);
LED_ASR_or_EVSC_OFF_L_Execution(LED_ON_State);
LED_EVSC_L_Execution(LED_ON_State);
......@@ -1166,7 +1166,7 @@ void LED_SEAT_BELT_L_Execution(uint8_t led_status)
L9 RR DIFF LOCK
信号接口:
信号定义:
输出信号:
输出信号: 禅道7048删除
******************************************************************************/
uint8_t LED_RR_DIFF_LOCK_L_Judgement(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