Commit 4f875cb4 authored by 时昊's avatar 时昊

feat:修改休眠时断码上电到时钟的时序

parent 91e08e01
......@@ -380,7 +380,7 @@ void Power_Wakeup_Init(void)
HW_Key_KL30_Wakeup_Init( );
Telltales_Init( );
BackLight_Wakeup_Init( );
BU98R10_Init( );
Sound_Player_Init( );
Sound_Scheduler_Init( );
Popup_Scheduler_Init( );
......@@ -389,6 +389,8 @@ void Power_Wakeup_Init(void)
LED_Driver_Init_Wakeup(u8LEDDriverRamData, &led_dr);
Maintenance_Init_Example();
Can18fee69f_receive = 0;
Gen_TimeDelay(120000ul,50ul);
BU98R10_Init( );
}
/**********************************************************************************************************
*@Function: Power_Management_Init
......
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