mirror of
https://github.com/pvvx/rtl00TstMinAmebaV35a.git
synced 2024-11-28 17:20:37 +00:00
8 lines
125 B
C
8 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
|
|
|