Commit 18d7078b authored by 时昊's avatar 时昊

feat:增加菜单初始化

parent 43273249
......@@ -68,8 +68,8 @@ static void Power_KL30_Init(void)
// g_stRTCInformation.u8RTCYear = 20;
// RTE_RTC_Init(g_stRTCInformation);
// RTE_DEEPSLEEP_GPIO_Interrupt_Enable(WAKEUP_KL15_In,Trigger_Rising);
Menu_User_Init();
Protocol_KL30_Wakeup_Init();
}
//extern uint32_t PowerIgnOffTimeLine;
static void Power_Wakeup_Init(void)
......@@ -94,6 +94,8 @@ static void Power_Wakeup_Init(void)
TimerM_PWM_CH_Output_init(TIMERM_COUNTER1, TIMERM_CHB, ActiveLevel_High);
//Telltales_Init();
// RTE_DEEPSLEEP_GPIO_Interrupt_Enable(WAKEUP_KL15_In,Trigger_Rising);
Key_KL30_Init_EXample();
Menu_User_WAKEUP();
Protocol_KL30_Wakeup_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