includes.h

来自「ucos在EP9302上的移植,运行正常,欢迎使用.」· C头文件 代码 · 共 41 行

H
41
字号
/****************************************Copyright (c)**************************************************
**                               Guangzou ZLG-MCU Development Co.,LTD.
**                                      graduate school
**                                 http://www.zlgmcu.com
**
**--------------File Info-------------------------------------------------------------------------------
** File Name: includes.h
** Last modified Date:  2004-05-20
** Last Version: 1.0
** Descriptions: uC/OS-II Include File
**
**------------------------------------------------------------------------------------------------------
** Modified by:      tsczz
** Modified date:    2007.3.19
** Version:
** Descriptions:
**
********************************************************************************************************/
/********************************/
/*      uC/OS-II的特殊代码       */
/*      uC/OS-II specital code  */
/********************************/
#ifndef __INCLUDES_H 
#define __INCLUDES_H

	#ifdef __cplusplus
	extern "C" {
	#endif
#include	"os_cfg.h"
#include    "..\arm\os_cpu.h"
#include    "..\SOURCE\uCOS_II.H"
#include	"EP9302addr.h"
	#ifdef __cplusplus
	}
	#endif
	
#include <string.h>

#endif
/**********************end****************************************/

⌨️ 快捷键说明

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