📄 prt_kc51.h
字号:
/***prt_kc51.h******************************************/
#ifndef _JA_PRT_H
#define _JA_PRT_H
#define __task code
#define volatile
#define OS_CVALIF data
#define OS_MSG_FAR
#define OS_MSG_NEAR
#ifndef OS_OPTI_DELAY
#define OS_OPTI_DELAY
#endif
#define OS_COOP_PARAMT void
#define OS_USE_STACK
sbit _EA = 0xAF;
#define OS_Dis_Int() _EA = 0
#define OS_Ena_Int() _EA = 1
#ifndef OS_Is_Timer
#define OS_Is_Timer() (1)
#endif
#ifndef OS_Timer_Tick_Set
#define OS_Timer_Tick_Set() {}
#endif
#endif // _JA_PRT_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -