📄 includes.h.bak
字号:
/*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* (c) Copyright 1992-1998, Jean J. Labrosse, Plantation, FL
* All Rights Reserved
*
* MASTER INCLUDE FILE
*********************************************************************************************************
*/
//#ifndef __INCLUDES__
//#define __INCLUDES__
#include <reg931.h>
//#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <stdlib.h>
#include <math.h>
#include <Absacc.h>
#include <intrins.h>
//typedef unsigned char INT8U; /* Unsigned 8 bit quantity */
//typedef signed char INT8S; /* Signed 8 bit quantity */
//typedef unsigned int INT16U; /* Unsigned 16 bit quantity */
//typedef signed int INT16S; /* Signed 16 bit quantity *//
//typedef unsigned long INT32U; /* Unsigned 32 bit quantity */
#include "OS_CPU.H"
//#include "VI2C_C51.H"
//#include "PCF8576.H"
//#include "get_ADC.H"
//#include "ZLG7289.H"
//#include "Display.H"
#include "SysClock.h"
//#include "EPPHAL.H"
//#include "DataDeal.h"
//#include "iap_lite.h"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -