From a560381a021328592db3dce31da2d7f0ad408877 Mon Sep 17 00:00:00 2001 From: kamikawa Date: Wed, 18 Jun 2008 08:43:24 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=AB=E3=83=83=E3=82=B3=E9=96=89=E3=81=98?= =?UTF-8?q?=E5=BF=98=E3=82=8C(by=20yutaka=EF=BC=89=E4=BF=AE=E6=AD=A3?= 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@1652 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/systemMenu_tools/common/ARM7/src/mcu_firm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/systemMenu_tools/common/ARM7/src/mcu_firm.c b/build/systemMenu_tools/common/ARM7/src/mcu_firm.c index d5601e44..6b40a2c2 100644 --- a/build/systemMenu_tools/common/ARM7/src/mcu_firm.c +++ b/build/systemMenu_tools/common/ARM7/src/mcu_firm.c @@ -192,7 +192,7 @@ BOOL MCU_WriteFirm(const unsigned char* hex) slowRate = SLOW_RATE_LONG; // main phase - while ( hex[0] == ':' && ( hex[3] < '2' || (hex[3] == '2' && hex[4] < '4') ) // フォーマットが正しく0x2400以前のアドレスである場合に処理する + while ( hex[0] == ':' && ( hex[3] < '2' || (hex[3] == '2' && hex[4] < '4') )) // フォーマットが正しく0x2400以前のアドレスである場合に処理する { // データ終端チェック (基本的にこの前で終了している) if ( !MI_CpuComp8( hex, ":00000001FF", 11) )