From 79fa10f18e4aeec9ef4e27dadca05333a34ad7f8 Mon Sep 17 00:00:00 2001 From: cdy Date: Wed, 11 Jan 2017 10:44:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=88=E6=B3=A8=E9=87=8A=E8=B0=83=E4=BD=8E?= =?UTF-8?q?=E5=8A=9F=E8=80=97=E7=AE=A1=E7=90=86(=E4=B8=8E=E4=B8=9A?= =?UTF-8?q?=E5=8A=A1=E9=80=BB=E8=BE=91=E4=B8=8D=E7=AC=A6)=EF=BC=8C?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=A5=BD=E6=8F=90=E5=8D=87=E5=88=B020171/11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Board/IOK027X.cpp | 2 +- Board/IOK0612.cpp | 2 +- Kernel/Sys.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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";