aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfile/gfile_fatfs_wrapper.c
diff options
context:
space:
mode:
authorinmarket <inmarket@ugfx.io>2017-06-24 16:35:31 +1000
committerinmarket <inmarket@ugfx.io>2017-06-24 16:35:31 +1000
commit8561671cb8c8c81cca6407d47437a7238b111ada (patch)
tree02525a8d232375498816d1ad8c051cd86ac933cf /src/gfile/gfile_fatfs_wrapper.c
parent5c848859956d62098aa88fdb524faf8bf17fc386 (diff)
downloaduGFX-8561671cb8c8c81cca6407d47437a7238b111ada.tar.gz
uGFX-8561671cb8c8c81cca6407d47437a7238b111ada.tar.bz2
uGFX-8561671cb8c8c81cca6407d47437a7238b111ada.zip
Upgrade to from FATFS-0.10b to FATFS-0.13
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