📄 main.h
字号:
/****************************************Copyright (c) ***************************************************
** Guangzhou ZHIYUAN electronics Co.,LTD.
**
** http://www.embedtools.com
**
**--File Info---------------------------------------------------------------------------------------------
** File name: main.h
** Last modified Date:
** Last Version: V1.0
** Descriptions:
**
**--------------------------------------------------------------------------------------------------------
** Created by:
** Created date:
** Version:
** Descriptions:
**
**--------------------------------------------------------------------------------------------------------
** Modified by:
** Modified date:
** Version:
** Descriptions:
**
*********************************************************************************************************/
#ifndef __MAIN_H
#define __MAIN_H
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
/*********************************************************************************************************
在这里引入用户程序所需头文件
*********************************************************************************************************/
#include "config.h"
/*********************************************************************************************************
** Function name: FIQ_Exception
** Descriptions: FIQ中断服务程序
** input parameters: none
** output parameters: none
** Returned value: none
*********************************************************************************************************/
void FIQ_Exception (void);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* __MAIN_H */
/*********************************************************************************************************
END FILE
*********************************************************************************************************/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -