mirror of
https://github.com/pvvx/rtl00TstMinAmebaV35a.git
synced 2024-11-25 02:34:15 +00:00
7 lines
120 B
C
7 lines
120 B
C
|
#ifndef _SDCARD_H_
|
||
|
#define _SDCARD_H_
|
||
|
#include "fatfs_ext/inc/ff_driver.h"
|
||
|
|
||
|
extern ll_diskio_drv SD_disk_Driver;
|
||
|
#endif
|