?? includes.h
字號:
/*
*********************************************************************************************************
* 文件: Includes.h
* 描述: 總頭文件, 每個功能函數(shù)中均應(yīng)包含該頭文件.
* 編寫: 深思 (001-12345@sohu.com).
*********************************************************************************************************
*/
#include "os_cpu.h"
#include "os_cfg.h"
#include "ucos_ii.h"
#include <string.h>
/* 目標板配置文件. */
#include "lpc210x.h"
#include "sysclk.h"
/* 其它頭文件. */
#include "define.h" /* 各種常量.宏等在此文件中定義. */
#include "function.h"
/*
********************************************************************************************************
* End.
********************************************************************************************************
*/
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -