includes.h

来自「small rtos在周立功的开发板dp51上的使用示例」· C头文件 代码 · 共 36 行

H
36
字号
/*
 ********************************************************************************************************************
 *描述:    
 *文件名:   includes.h
 *应用语言: KEIL C51
 *版本 :    V1.0
 *广州周立功单片机发展有限公司 保留所有的版权
 ********************************************************************************************************************
 */
#ifndef		_INCLUDES_H
#define	    _INCLUDES_H		1

/*$page*/
/*
************************************************************************************************************************
**                           导入文件
************************************************************************************************************************
*/
#include	<intrins.h>
#include	<string.h>
#include 	<P8XC5X2.H>

#include 	"config.h"
#include    "DISPLAY_LED.H"
/*
#include    "sja1000_peli_app.h"
#include    "sjaosap.h"
*/
#include    "sjaBcanIo.h"
#include    "sjaBcanOs.h"
#include    "sjaBcanFunc.h"

#include    "rtosmain.H"

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?