📄 _prmain.h
字号:
/***************************************************************************
Module: _prmain.h The prototype include file of _main.c
Function: _prmain.h contains all the necessary external procedures or
functions in module _main.c
***************************************************************************/
extern uchar xdata *g_char_ptr; /* the general pointer to the xdata byte style. */
extern uint xdata *g_uint_ptr; /* the general pointer to the xdata int style. */
extern idata uchar g_t2counter;
extern idata uchar g_rece_flash;
extern void Reset_Watchdog();
extern void Delay_Set(uint i);
extern void Delay_us(uint i);
/**************************************************************************
Edit by:
FRANK 20030910 ShenZhen
**************************************************************************/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -