From 4e1a7ad0116af8971cc2ffe8ed738556b820874a Mon Sep 17 00:00:00 2001 From: aoki_ryoma Date: Thu, 3 Jul 2008 09:01:51 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= 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/20080626_SDK500fc_plus5_branch@1766 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/tests/ErrorLogTest/ARM9/src/ErrorLogTest.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/tests/ErrorLogTest/ARM9/src/ErrorLogTest.c b/build/tests/ErrorLogTest/ARM9/src/ErrorLogTest.c index 59503b8e..e2a38c99 100644 --- a/build/tests/ErrorLogTest/ARM9/src/ErrorLogTest.c +++ b/build/tests/ErrorLogTest/ARM9/src/ErrorLogTest.c @@ -18,7 +18,10 @@ #include #include -#define BUFSIZE 512 +// なぜかバッファサイズが256byteを超えると出力が欠けるようになる +// ダンプを見ると、OS_TPrintf()呼び出し時にもバッファにはちゃんと格納されている模様 +// 原因は現在調査中 +#define BUFSIZE 250 void VBlankIntr(void);