Commit 8d853941 authored by 李俭双's avatar 李俭双

🐞 fix:更改代码评审问题:Gen_TimeDelay 使用之前,先初始化对应模块

parent 8b89bf42
......@@ -61,8 +61,8 @@ int main(void)
RTE_CLOCK_Select_Start();
RTE_WDT_Enable();
Sys_Scheduler_Init();
GenDelay_Init(RTE_WDT_Clear);
Sys_Scheduler_Init();
while (1)
{
RTE_WDT_Clear();
......
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