Commit 170872f7 authored by 李冠华's avatar 李冠华

feat:修改混动车型充电指示灯闪烁频率为0.5Hz

parent e154530d
......@@ -558,7 +558,7 @@ static Tellib_uint16_t LED_Battery_Charging_Judgement(void)
{
g_ChgModeStatus = 0U;
}
LED_STATE = (Tellib_uint16_t) g_ChgModeStatus;
}
else
......@@ -579,7 +579,11 @@ static void LED_Battery_Charging_Execution(Tellib_uint16_t led_status)
}
else if (led_status == 2u)
{
#if (PART_NUMBER == RMR42E_60)
if (FLASH_SYNC_1Hz)
#else
if (FLASH_SYNC_05Hz)
#endif
{
LED_Driver_Channel_Set(LampChannel_0, LampCh0_08_Battery_Charging_W, LED_ON);
SEG_SET_LED_STS(SEG_LED_Recharge, 1);
......
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