mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
(更新: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:
parent
08e5305a93
commit
6ae41fdeb0
@ -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領域のサイズ
|
||||
|
||||
Loading…
Reference in New Issue
Block a user