Commit 417157f7 authored by 时昊's avatar 时昊

🌈 style:删除屏蔽代码

parent d18473c3
...@@ -28,22 +28,8 @@ int main(void) ...@@ -28,22 +28,8 @@ int main(void)
while (1U) while (1U)
{ {
// if(socPowerEn){
// (SOC_3V3_en);
// }
// else{
// PORT_ClrBit(SOC_3V3_en);
// }
Sys_Scheduling_Service(); Sys_Scheduling_Service();
WDT_Restart();
WDT_Restart();
// if(PORT_GetBit(CHECK_KL15_In) == 0){
// Power_Sleep_Init();
// Sys_Enter_Sleep_Mode();
// Power_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