summaryrefslogtreecommitdiff
path: root/fatfs
diff options
context:
space:
mode:
authorLeo C2014-08-20 14:01:11 +0200
committerLeo C2014-08-20 14:01:11 +0200
commitd0581f881c4072ef0ac453167a98dc3bc0d87d86 (patch)
tree0aa6c87d8e0184e7a884171cb5b30275283156ad /fatfs
parent4bc81323e51ac138e733c14eeb6f283ae706e904 (diff)
downloadz180-stamp-d0581f881c4072ef0ac453167a98dc3bc0d87d86.zip
enum command_ret_t --> typedef
Diffstat (limited to 'fatfs')
-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.
/