diff --git a/Board/IOK027X.cpp b/Board/IOK027X.cpp index 6eed2866..f147fa0b 100644 --- a/Board/IOK027X.cpp +++ b/Board/IOK027X.cpp @@ -51,7 +51,7 @@ void IOK027X::Init(ushort code, cstring name, COM message) WatchDog::Start(); // 系统休眠时自动进入低功耗 - Power::AttachTimeSleep(); + //Power::AttachTimeSleep(); #endif // Flash最后一块作为配置区 diff --git a/Board/IOK0612.cpp b/Board/IOK0612.cpp index c2d09d11..c32524ec 100644 --- a/Board/IOK0612.cpp +++ b/Board/IOK0612.cpp @@ -53,7 +53,7 @@ void IOK0612::Init(ushort code, cstring name, COM message) WatchDog::Start(); // 系统休眠时自动进入低功耗 - Power::AttachTimeSleep(); + //Power::AttachTimeSleep(); #endif // Flash最后一块作为配置区 diff --git a/Kernel/Sys.cpp b/Kernel/Sys.cpp index 15399b42..275614f2 100644 --- a/Kernel/Sys.cpp +++ b/Kernel/Sys.cpp @@ -33,7 +33,7 @@ TSys::TSys() OnSleep = nullptr; Code = 0x0000; - Ver = 6188; + Ver = 6222; #ifndef TINY Name = "SmartOS"; Company = "NewLife_Embedded_Team";