2023-03-20 13:09:10 +00:00
|
|
|
#pragma once
|
2021-05-18 09:23:14 +00:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2023-02-08 04:41:22 +00:00
|
|
|
#include "sd_spi_io.h"
|
2021-05-18 09:23:14 +00:00
|
|
|
#include "fatfs/ff_gen_drv.h"
|
|
|
|
|
2023-03-20 13:09:10 +00:00
|
|
|
extern Diskio_drvTypeDef sd_fatfs_driver;
|
2021-05-18 09:23:14 +00:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
2023-03-20 13:09:10 +00:00
|
|
|
#endif
|