config.h

来自「Point RTOS 主要是一个针对小系统开发而设计的实时操作系统。 目前」· C头文件 代码 · 共 43 行

H
43
字号
/*************************************************************************
*                           Point RTOS(51)                               *
*                 The Real-Time Kernel(For Keil c51)                     *
*                                                                        *
*                     (c) Copyright 2005, PenGH                          *
*                         All Rights Reserved                            *
*                                                                        *
*                              Ver 01.0.2                                *
*                                                                        *
*        File :  config.h                                                *
*      Author :  彭光红                                                  *
*     History :                                                          *
*                2006/04  By PenGH   文件建立                            *
*************************************************************************/


/*----------------------------------------------------------------------*/


/*     系统配置       */
#pragma REGPARMS

//#include <reg52.h>
#include <intrins.h>

#define const code

#ifndef TRUE
  #define TRUE  1
#endif

#ifndef FALSE
  #define FALSE 0
#endif

#include "..\..\..\8051cpu\reg52.h"
#include ".\OS_CFG.H"
#include "..\..\..\8051CPU\OS_CPU.H"
#include "..\..\..\OS\Os_Core.h"
#include ".\timer.h"
#include ".\i2c.h"
/* The end of file */

⌨️ 快捷键说明

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