?? includes.h
字號:
/*
*********************************************************************************************************
* uC/OS-II
* 實時內(nèi)核
*
* (c) Copyright 1992-1998, Jean J. Labrosse, Plantation, FL
* 版權(quán)所有
*
* MCU-51 專用代碼
* KEIL C51大模式編譯
*
* 文件名 : INCLUDES.H
* 作者 : Jean J. Labrosse
*********************************************************************************************************
*/
//uC/OS-II核心
#include <os_cpu.h>
#include <os_cfg.h>
#include <ucos_ii.h>
//用戶頭文件加在最后面
#include <reg52.h>
#include <absacc.h>
#include <intrins.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -