mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
コメント追加
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/branches/20080626_SDK500fc_plus5_branch@1766 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
f9cad77cad
commit
4e1a7ad011
@ -18,7 +18,10 @@
|
||||
#include <twl.h>
|
||||
#include <sysmenu/errorLog.h>
|
||||
|
||||
#define BUFSIZE 512
|
||||
// なぜかバッファサイズが256byteを超えると出力が欠けるようになる
|
||||
// ダンプを見ると、OS_TPrintf()呼び出し時にもバッファにはちゃんと格納されている模様
|
||||
// 原因は現在調査中
|
||||
#define BUFSIZE 250
|
||||
|
||||
void VBlankIntr(void);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user