includes.h

来自「DSP_UCOS_run_in_flash_nonBIOS」· C头文件 代码 · 共 37 行

H
37
字号
/*
*********************************************************************************************************
*                                               uC/OS-II
*                                        The Real-Time Kernel
*
*                         (c) Copyright 1992-2002, Jean J. Labrosse, Weston, FL
*                                          All Rights Reserved
*
*                                           MASTER INCLUDE FILE
*********************************************************************************************************
*/

/*
*********************************************************************************************************
*                                               ARM Port
*
*                 Target           : ARM (Includes ARM7, ARM9)
*                 Ported by        : Michael Anburaj
*                 URL              : http://geocities.com/michaelanburaj/    Email : michaelanburaj@hotmail.com
*
*********************************************************************************************************
*/

#ifndef __INCLUDES_H__
#define __INCLUDES_H__
#endif /*__INCLUDES_H__*/

#include    "..\28335cpu\os_cpu.h"
#include    "..\source\os_cfg.h"
#include    "..\source\ucos_ii.h"

//include    "S3c2410x.h"
//#include    "def.h"

//#include    <string.h>

⌨️ 快捷键说明

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