aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfile/gfile_fatfs_wrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfile/gfile_fatfs_wrapper.c')
-rw-r--r--src/gfile/gfile_fatfs_wrapper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gfile/gfile_fatfs_wrapper.c b/src/gfile/gfile_fatfs_wrapper.c
index ede644d6..0156c42b 100644
--- a/src/gfile/gfile_fatfs_wrapper.c
+++ b/src/gfile/gfile_fatfs_wrapper.c
@@ -12,8 +12,8 @@
#include "gfile_fatfs_wrapper.h"
// Include the source we want
-#include "../../3rdparty/fatfs-0.10b/src/ff.c"
-#include "../../3rdparty/fatfs-0.10b/src/option/unicode.c"
+#include "../../3rdparty/fatfs-0.13/source/ff.c"
+#include "../../3rdparty/fatfs-0.13/source/ffunicode.c"
// Extra operating system support
#if _FS_REENTRANT