mirror of
https://github.com/polyfractal/rustl8710.git
synced 2025-03-13 13:35:19 +00:00
8 lines
133 B
C
8 lines
133 B
C
#ifndef _USBDISK_H_
|
|
#define _USBDISK_H_
|
|
|
|
#include "fatfs_ext/inc/ff_driver.h"
|
|
|
|
extern ll_diskio_drv USB_disk_Driver;
|
|
#endif
|
|
|