mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
13 lines
161 B
C
13 lines
161 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 |