電圧レベルが最低の時はACアダプタが抜けても問題無いように常にアップデート禁止に。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2515 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
nakasima 2008-09-13 09:19:44 +00:00
parent 17c44d2f19
commit 81267a0715

View File

@ -287,7 +287,8 @@ TwlMain()
{
OS_Sleep(1);
}
if ((batLevel < 3) && ! isAdapter)
if (((batLevel <= 2) && ! isAdapter) ||
(batLevel <= 1))
{
kamiFontPrintfMain( 2, 9, 3, " Sorry, ");
kamiFontPrintfMain( 2, 10, 3, " This SystemUpdater can not ");