📄 debug.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -