Commit 50b7357c authored by 陈家乐's avatar 陈家乐

🐞 fix:61427 仪表息屏前闪屏一下可以看到指示灯开窗

parent 26a255c9
......@@ -279,6 +279,19 @@ static Power_Status_em Power_Stay_Protect(void)
static uint8_t LEDDriverCheckCount = 0U;
/* 关闭所有外设,坪保留AD采集,电溝状思切�? */
{
for(LED = 0u; LED < LampCh0_MAX; LED++)
{
LED_Driver_Channel_Set(0u, LED, 0u);
}
for ( i = 0; i < LED_Max; i++ )
{
Telltales_DiagCtrl(i, 0x00u);
}
LED_Driver_Scan_Refresh( );
LED_Driver_Service_Immediate();
BU98R10_Shutdown( );
TimerM_PWM_set_duty(TIMERM_COUNTER1, TIMERM_CHB, 0);
CAN_TX_SetEnable(&CAN_CH0_CanMsgTxOp, CAN_N_TX_Disable);
......
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