include.h

来自「Point RTOS单片机实时操作系统 Point RTOS单片机实时操作系」· C头文件 代码 · 共 25 行

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


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

#ifndef  __HEAD_INCLUDE__
#define  __HEAD_INCLUDE__

#include ".\OS_INC\config.h"

#endif

⌨️ 快捷键说明

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