📄 os_kcdef.h
字号:
/*
************************************************************************
* uC/OS-II port for Keil C
* By John X. Liu (johnxliu@163.com)
*
************************************************************************
*/
/*
This file is used to resume the definition of the keil c's keywords
which were used as identifiers in uC/OS source files. If your programs need
use this keywords, you must include this head file in.
*/
#ifndef __OS_KCDEF_H
#define __OS_KCDEF_H
#undef data
#undef pdata
#undef xdata
#undef idata
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -