mirror of
https://github.com/pvvx/rtl00TstMinAmebaV35a.git
synced 2024-11-24 18:24:16 +00:00
9 lines
125 B
C
9 lines
125 B
C
|
#ifndef _USBDISK_H_
|
||
|
#define _USBDISK_H_
|
||
|
|
||
|
#include "fatfs_ext/inc/ff_driver.h"
|
||
|
|
||
|
extern ll_diskio_drv USB_disk_Driver;
|
||
|
#endif
|
||
|
|