mirror of
https://github.com/taubel/sdk-ameba-v4.0b-gcc.git
synced 2026-07-07 11:55:42 +00:00
6 lines
126 B
C
6 lines
126 B
C
#ifndef _SDCARD_H_
|
|
#define _SDCARD_H_
|
|
#include "fatfs_ext/inc/ff_driver.h"
|
|
|
|
extern ll_diskio_drv SD_disk_Driver;
|
|
#endif
|