config.h

来自「rtCell 实时微内核-具有下列功能: 1. 完全抢占的实时微内核结构」· C头文件 代码 · 共 33 行

H
33
字号
/*
 *******************************************************************************
 *                      The real-time kernel "rtCell"                          *
 *              Copyright 2005 taowentao, allrights reserved.                  *
 * File : Config.h                                                             *
 * By   : taowentao            2005-01-02                                      *
 *                             2005-08-05                                      *
 *******************************************************************************
 */

#if !defined(CONFIG_H)
#define CONFIG_H  

/******************************************************************************/
/* To port to another platform, you must realize the following structor types.*/
/*    And the basic type should alignment with the stack operation boundary.  */
/******************************************************************************/

/* 定义内核代码类型(CPU字长) */
#define MC_CODE16  

/******************************************************************************/
/*     To port to another platform, you must realize structor types above.    */
/*    And the basic type should alignment with the stack operation boundary.  */
/******************************************************************************/

/* 
 *******************************************************************************
 *                                                                             *
 *******************************************************************************
 */
#endif /*end of Config.h */

⌨️ 快捷键说明

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