mcusys~1.searchresults

来自「实时单片机操作系统+SourceInsight」· SEARCHRESULTS 代码 · 共 8 行

SEARCHRESULTS
8
字号
---- DEBUG Matches (6 in 4 files) ----
Boot.c (d:\mcu51\mcusystem\sourcefile):				DEBUG(printf("wangsw = %d", (word)g_MsgReturnValue));
Boot.c (d:\mcu51\mcusystem\sourcefile):				DEBUG(printf("wangsw = %x\n", (word)g_RTCPool[1]));
Define.h (d:\mcu51\mcusystem\sourcefile):#define DEBUG(A) if(g_bDebug)A
Readme.txt (d:\mcu51\mcusystem\sourcefile):	DEBUG(printf("..."));
Uart.c (d:\mcu51\mcusystem\sourcefile):	"DEBUG START",
Uart.c (d:\mcu51\mcusystem\sourcefile):	"DEBUG END"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?