mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
14 lines
162 B
C
14 lines
162 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "fatfs/ff_gen_drv.h"
|
|
|
|
extern const Diskio_drvTypeDef sd_fatfs_driver;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|