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