📄 target.h
字号:
/****************************************Copyright (c)**************************************************
** 上海丰宝电子科技有限公司
**
** 研发部
**
** http://www.linposh.com.cn
**
**--------------文件信息--------------------------------------------------------------------------------
** 文 件 名: target.h
** 描 述: lpc22xx(飞利浦的ARM)目标板特殊的代码头文件
** 每个工程应当具有这个文件的拷贝,用户根据程序的需要修改本文件
** 版 本: 1.0
** 日 期: 2006年4月12日
**------------------------------------------------------------------------------------------------------
** 修改人:
** 版 本:
** 日 期:
** 描 述:
**
********************************************************************************************************/
#ifndef __TARGET_H
#define __TARGET_H
#ifdef __cplusplus
extern "C" {
#endif
#ifndef IN_TARGET
extern void Reset(void);
extern void TargetInit(void);
#endif
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -