?? system.h
字號:
/******************************************************************/
/*Copyright (C), 2008-2009, 力天電子,LiTian Tech.Co.Ltd. */
/* Module Name : System */
/* File Name : System.h */
/* Author : 侯長波 */
/* Create Date : 2009/12/1 */
/* Version : 2.0 */
/* Function : 系統(tǒng)頭文件 */
/* Description : */
/* Support : www.LT430.com */
/******************************************************************/
#ifndef System_H
#define System_H
#ifdef __cplusplus
extern "C" {
#endif
#include "DSP281x_GlobalPrototypes.h" //包含系統(tǒng)初始化函數(shù)聲明頭文件
// Include files not used with DSP/BIOS
#ifndef DSP28_BIOS
#include "DSP281x_DefaultISR.h"
#endif
#ifdef __cplusplus
}
#endif
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -