From c2aea226e7331aad0be9e3e5ed61c3c948549229 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@b08762b0-b915-fc4b-9d8c-17b2551a87ff> Date: Tue, 11 Jan 2011 07:30:12 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=AB=E3=83=A1=E3=83=A9LED=E7=82=B9?= =?UTF-8?q?=E7=81=AF=E7=89=88=E3=81=97=E3=81=8B=E4=BD=BF=E3=82=8F=E3=81=AA?= =?UTF-8?q?=E3=81=84=E3=81=AE=E3=81=A7=E3=80=81=E3=81=84=E3=82=89=E3=81=AA?= =?UTF-8?q?=E3=81=84=E3=83=87=E3=83=BC=E3=82=BF=E3=82=92=E3=82=B3=E3=83=A1?= =?UTF-8?q?=E3=83=B3=E3=83=88=E3=82=A2=E3=82=A6=E3=83=88?= 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/branches/20101202_Majikon_Patch@2990 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/libraries_sysmenu/boot/ARM7/include/targetCode.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build/libraries_sysmenu/boot/ARM7/include/targetCode.h b/build/libraries_sysmenu/boot/ARM7/include/targetCode.h index a3c9b094..807e66d1 100644 --- a/build/libraries_sysmenu/boot/ARM7/include/targetCode.h +++ b/build/libraries_sysmenu/boot/ARM7/include/targetCode.h @@ -67,7 +67,6 @@ u16 patch_jump_thumb[] = // ↓ MCU_SetCameraLedStatus( MCU_CAMERA_LED_ON ); 相当の処理 (size 0x15c) const u32 patch_core_arm[] = { -#ifdef MAJIKON_APP_CHECK_BY_CARD_PULLOUT_FUNC // カメラLED点灯 0xE3A00000, 0xEA00004B, 0xE59F3140, 0xE5D31000, 0xE3110080, 0x1AFFFFFC, 0xE59F2134, 0xE3A0104A, @@ -91,7 +90,7 @@ const u32 patch_core_arm[] = 0x1A000002, 0xE2800001, 0xE3500008, 0xBAFFFFB1, 0xE59F0010, 0xE3A01000, 0xE1C010B0, 0xEAFFFFFE, 0x04004501, 0x04004500, 0x04000208, -#else +/* // 電源LEDが赤になる 0xE3A00000, 0xEA00004B, 0xE59F3140, 0xE5D31000, 0xE3110080, 0x1AFFFFFC, 0xE59F2134, 0xE3A0104A, @@ -115,7 +114,7 @@ const u32 patch_core_arm[] = 0x1A000002, 0xE2800001, 0xE3500008, 0xBAFFFFB1, 0xE59F0010, 0xE3A01000, 0xE1C010B0, 0xEAFFFFFE, 0x04004501, 0x04004500, 0x04000208, -#endif +*/ };