aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfile/gfile_fatfs_wrapper.h
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.h
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.h')
-rw-r--r--src/gfile/gfile_fatfs_wrapper.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gfile/gfile_fatfs_wrapper.h b/src/gfile/gfile_fatfs_wrapper.h
index 463b4c2b..8f2d24e8 100644
--- a/src/gfile/gfile_fatfs_wrapper.h
+++ b/src/gfile/gfile_fatfs_wrapper.h
@@ -18,15 +18,15 @@
#include "ffconf.h"
// Prevent preprocessor redefinition warnings
-#include "../../3rdparty/fatfs-0.10b/src/integer.h"
+#include "../../3rdparty/fatfs-0.13/source/integer.h"
#if defined(_T) && !defined(_INC_TCHAR)
#define _INC_TCHAR
#endif
// Include the fatfs API
-#include "../../3rdparty/fatfs-0.10b/src/ff.h"
+#include "../../3rdparty/fatfs-0.13/source/ff.h"
// Include the fatfs diskio API
-#include "../../3rdparty/fatfs-0.10b/src/diskio.h"
+#include "../../3rdparty/fatfs-0.13/source/diskio.h"
#endif //_FATFS_WRAPPER