?? config.h
字號(hào):
/*************************************************************************
* Point RTOS(51) *
* The Real-Time Kernel(For Keil c51) *
* *
* (c) Copyright 2005, PenGH *
* All Rights Reserved *
* *
* V1.20.1 *
* *
* File : EXT2.C *
* Author : 彭光紅 *
* History : *
* 2005/08 By PenGH *
*************************************************************************/
/*----------------------------------------------------------------------*/
/* 系統(tǒng)配置 */
#pragma REGPARMS
#include <reg52.h>
#include <intrins.h>
#define const code
#ifndef TRUE
#define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
#include "..\Include\OS_CFG.H"
#include "..\Include\OS_CPU.H"
#include "..\Include\Os_Core.h"
/* The end of file */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -