includes.h

来自「UCOSII FOR freescale 9s12E64」· C头文件 代码 · 共 33 行

H
33
字号
/*
*********************************************************************************************************
*                                                uC/OS-II
*                                          The Real-Time Kernel
*
*                        (c) Copyright 1992-2003, Jean J. Labrosse, Plantation, FL
*                                           All Rights Reserved
*
*                                           Master Include File
*
* File : INCLUDES.H
* By   : Jean J. Labrosse
* Ported to Ported to MC9S12DP256 : Abderrahmane Assal
*********************************************************************************************************
*/


/*
*********************************************************************************************************
*                                           FILES TO INCLUDE
*********************************************************************************************************
*/

#ifndef __INCLUDES_H
#define __INCLUDES_H
#include <hidef.h>      /* common defines and macros */
#include  <stddef.h>
#include <mc9s12e64.h>     /* derivative information */
#include    <string.h>
#include "ucos_ii.h"

#endif  //__INCLUDES_H

⌨️ 快捷键说明

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