summaryrefslogtreecommitdiff
path: root/fatfs/src/ffconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'fatfs/src/ffconf.h')
-rw-r--r--fatfs/src/ffconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fatfs/src/ffconf.h b/fatfs/src/ffconf.h
index d883c14..2010c87 100644
--- a/fatfs/src/ffconf.h
+++ b/fatfs/src/ffconf.h
@@ -119,7 +119,7 @@
/ FatFs supports only BMP. */
-#define _FS_RPATH 0 /* 0 to 2 */
+#define _FS_RPATH 2 /* 0 to 2 */
/* The _FS_RPATH option configures relative path feature.
/
/ 0: Disable relative path feature and remove related functions.
@@ -201,7 +201,7 @@
*/
-#define _WORD_ACCESS 0 /* 0 or 1 */
+#define _WORD_ACCESS 1 /* 0 or 1 */
/* The _WORD_ACCESS option is an only platform dependent option. It defines
/ which access method is used to the word data on the FAT volume.
/