?? config.h
字號:
/*--------------File Info-------------------------------------------------------
** 文 件 名: Config.h
** 最后修改日期: 2008.3.28
** 版 本: V1.0
** 描 述: 配置文件、裁剪不需要的功能
**------------------------------------------------------------------------------
** Created by:
** Created date:
*******************************************************************************/
#ifndef __Config_h
#define __Config_h
#include "stm32f10x_lib.h"
#include "stm32f10x_type.h"
#include "integer.h"
#include "SD_driver.h"
#include "ff.h"
#include "diskio.h"
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -