From c7512bd91404b804b457f8ff2d122d015abd2e43 Mon Sep 17 00:00:00 2001 From: nakasima Date: Mon, 14 Apr 2008 06:29:57 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=A9=E3=83=B3=E3=83=81=E3=83=A3=E3=83=BC?= =?UTF-8?q?=E3=81=AE=E3=82=B9=E3=83=AA=E3=83=BC=E3=83=97=E5=87=A6=E7=90=86?= =?UTF-8?q?=E3=82=92=E3=83=87=E3=83=95=E3=82=A9=E3=83=AB=E3=83=88=E6=9C=89?= =?UTF-8?q?=E5=8A=B9=E3=81=AB=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1125 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/systemMenu_RED/Launcher/ARM9/src/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/systemMenu_RED/Launcher/ARM9/src/main.c b/build/systemMenu_RED/Launcher/ARM9/src/main.c index fe835e10..de16386d 100644 --- a/build/systemMenu_RED/Launcher/ARM9/src/main.c +++ b/build/systemMenu_RED/Launcher/ARM9/src/main.c @@ -21,7 +21,7 @@ #include "logoDemo.h" #include "sound.h" -//#define ENABLE_SLEEP +//#define DISABLE_SLEEP // extern data----------------------------------------------------------------- @@ -316,13 +316,13 @@ void TwlMain( void ) // コマンドフラッシュ (void)SND_FlushCommand(SND_COMMAND_NOBLOCK); -#ifdef ENABLE_SLEEP +#ifndef DISABLE_SLEEP // スリープモードへの遷移 if ( PAD_DetectFold() ) { SYSM_GoSleepMode(); } -#endif // ENABLE_SLEEP +#endif // DISABLE_SLEEP } }