bsp_fatfs.h 168 B

12345678
  1. #ifndef _FATFS_CONF_H
  2. #define _FATFS_CONF_H
  3. #include "ff.h"
  4. #include "stm32f4xx.h"
  5. extern FATFS FatFs[_VOLUMES];
  6. void fatfs_init(void); // 文件系统初始化
  7. #endif