mirror of
https://github.com/pvvx/rtl00TstMinAmebaV35a.git
synced 2024-11-23 01:54:14 +00:00
6 lines
120 B
C
6 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
|