os_kcdef.h
来自「我移植的uCos 2.52版本,在MCS51上运行,代码进行了一些优化,可以编译」· C头文件 代码 · 共 26 行
H
26 行
/*
************************************************************************
* 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 + =
减小字号Ctrl + -
显示快捷键?