📄 config.h
字号:
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : config.h
* Author : lhlzjut@hotmail.com, armgcc@foxmail.com
* Date First Issued : 10/19/2007
* Description : public header file
********************************************************************************
* History:
* 05/21/2007: V0.3
**------------------------------------------------------------------------------
********************************************************************************/
#ifndef __CONFIG_H
#define __CONFIG_H
#include <stdio.h> // 标准C库函数头文件
#include <ctype.h>
#include <stdlib.h>
#include <setjmp.h>
#include <rt_misc.h>
#include <string.h>
#include "stm32f10x_lib.h" // CPU最底层操作库函数所有头文件
#include "../system/stm32f10x_it.h"
#endif //CONFIG_H
/********************************************* end of file ********************************************/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -