先注释调低功耗管理(与业务逻辑不符),版本好提升到20171/11

This commit is contained in:
cdy 2017-01-11 10:44:45 +08:00
parent 6128491092
commit 79fa10f18e
3 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ void IOK027X::Init(ushort code, cstring name, COM message)
WatchDog::Start();
// 系统休眠时自动进入低功耗
Power::AttachTimeSleep();
//Power::AttachTimeSleep();
#endif
// Flash最后一块作为配置区

View File

@ -53,7 +53,7 @@ void IOK0612::Init(ushort code, cstring name, COM message)
WatchDog::Start();
// 系统休眠时自动进入低功耗
Power::AttachTimeSleep();
//Power::AttachTimeSleep();
#endif
// Flash最后一块作为配置区

View File

@ -33,7 +33,7 @@ TSys::TSys()
OnSleep = nullptr;
Code = 0x0000;
Ver = 6188;
Ver = 6222;
#ifndef TINY
Name = "SmartOS";
Company = "NewLife_Embedded_Team";