?? includes.h
字號:
/*
*********************************************************************************************************
* uC/OS-II
* 實時內核
*
* (c) Copyright 1992-1998, Jean J. Labrosse, Plantation, FL
* 版權所有
*
* MCU-51 專用代碼
* KEIL C51大模式編譯
*
* 文件名 : INCLUDES.H
* 作者 : Jean J. Labrosse
* 改編 : 楊屹 gdtyy@ri.gdt.com.cn 巨龍公司系統集成開發部 2002.09.27
*********************************************************************************************************
*/
#include "stdarg.h"
#include "stdio.h"
#include "string.h"
#include "ctype.h"
#include "stdlib.h"
#include "setjmp.h"
#include "os_cpu.h"
#include "os_cfg.h"
#include "ucos_ii.h"
#include "serial.h"
#include "reg51.h"
//用戶頭文件加在最后面
//Your head file add here.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -