(更新:Akabane Jumpei)

ビルドスイッチ(HOTSW_NO_MESSAGEをdefine)でHOTSWライブラリ内のPrintfが無効になるように変更

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@500 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
(no author) 2008-01-23 02:19:50 +00:00
parent 08e5305a93
commit 6ae41fdeb0

View File

@ -23,6 +23,14 @@ extern "C" {
// Define -------------------------------------------------------------------
//#define HOTSW_NO_MESSAGE
#ifdef HOTSW_NO_MESSAGE
#define OS_TPrintf( ... ) ((void)0)
#define OS_PutString( ... ) ((void)0)
#endif
#define KEY_BUF_SIZE 3 // Blowfishキーのバッファサイズ
#define HOTSW_DMA_NO 2 //
#define BOOT_SEGMENT_SIZE 0x1000 // Boot Segment領域のサイズ