Commit 5aecc46b authored by 李冠华's avatar 李冠华

🐞 fix:将上电后的等待时间延长至5s。,防止任务执行过快获取的值有问题

parent 107ebd09
...@@ -165,11 +165,11 @@ void Sys_Run_Mode_20ms_Tasks_Group0(void) ...@@ -165,11 +165,11 @@ void Sys_Run_Mode_20ms_Tasks_Group0(void)
if (errNum == 0) if (errNum == 0)
{ {
if((KL1530ON == 1) && (RenWuDelay >= 30U)) if((KL1530ON == 1) && (RenWuDelay >= 50U))
{ {
NVS_Test_Service(); NVS_Test_Service();
} }
else if ((KL1530ON == 1) && (RenWuDelay < 30U)) else if ((KL1530ON == 1) && (RenWuDelay < 50U))
{ {
; ;
} }
......
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