debug.h
来自「hd driver for S3C44B0。44b0 + ide + fat32」· C头文件 代码 · 共 19 行
H
19 行
#ifndef DEBUG_H
#define DEBUG_H
//#define DEBUG_LV0_ON 1
#define DEBUG_LV1_ON 1
typedef struct
{
long CountOut;
long Cnt;
char inf[40];
}debug_stat_t;
extern debug_stat_t debug_stat;
#define DEBUG_OUT s3c44b0x_Printf
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?