?? globals.h
字號:
#if !defined( _GLOBALS_H )
#define _GLOBALS_H
#ifdef SYS_GLOBALS
#define GLOBALS
#else
#define GLOBALS extern
#endif
GLOBALS uint32 volatile gTimer_1ms;
#define IntervalTimems(time) \
{ \
if( (gTimer_1ms-counter)>=(time) ) \
counter=gTimer_1ms; \
else \
return; \
}
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -