From f61c5363c468d377ad2102685981e8a48dda3146 Mon Sep 17 00:00:00 2001 From: kamikawa Date: Wed, 27 Aug 2008 02:42:38 +0000 Subject: [PATCH] =?UTF-8?q?=E9=9B=BB=E6=BA=90ON=E6=99=82=E3=81=AE=E3=83=87?= =?UTF-8?q?=E3=83=9D=E3=83=83=E3=83=97=E6=99=82=E9=96=93=E3=81=8C=E5=8D=81?= =?UTF-8?q?=E5=88=86=E3=81=A7=E3=81=AF=E3=81=AA=E3=81=8B=E3=81=A3=E3=81=9F?= =?UTF-8?q?=E3=81=9F=E3=82=81=E5=A2=97=E5=8A=A0=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@2284 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/components/hyena.TWL/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/components/hyena.TWL/src/main.c b/build/components/hyena.TWL/src/main.c index e72132c7..09b0e45f 100644 --- a/build/components/hyena.TWL/src/main.c +++ b/build/components/hyena.TWL/src/main.c @@ -475,7 +475,7 @@ InitializeCdc(void) CDC_InitForFirstBoot(); // ※ランチャー特殊処理。 SPI_Unlock(spiLockId); // CODEC用SPI排他ロック - OS_Sleep(30); // CDC_InitForFirstBootでのPowerOnTime+デポップ期間 + OS_Sleep(50); // CDC_InitForFirstBootでのPowerOnTime+デポップ期間 SPI_Lock(spiLockId); // CODEC用SPI排他ロック CDC_DisableExternalDepop(); // 外部デポップ回路を無効にします