Correct FatFs drive path (prep for logical volumes)

This commit is contained in:
Willy-JL
2024-02-20 00:50:28 +00:00
parent d49e5d1fbe
commit 49a9b1f2b2
2 changed files with 43 additions and 12 deletions

View File

@@ -8,6 +8,8 @@
extern "C" {
#endif
/** logical drive path */
extern char fatfs_path[4];
/** File system object */
extern FATFS fatfs_object;