mirror of
https://github.com/Gericom/FastVideoDSPlayer.git
synced 2025-06-19 02:55:34 -04:00
8 lines
110 B
C
8 lines
110 B
C
#pragma once
|
|
#include "fat/ff.h"
|
|
|
|
extern FATFS gFatFs;
|
|
|
|
void fat_init(void);
|
|
void fat_mountDldi(void);
|