]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - fatfs/src/ffconf.h
enum command_ret_t --> typedef
[z180-stamp.git] / fatfs / src / ffconf.h
index d883c14b9877d34cb80d7108deba2edc85c5891c..2010c873f1bc80127adf5676de3d4a7d6aaf8999 100644 (file)
 /  FatFs supports only BMP. */\r
 \r
 \r
-#define _FS_RPATH              0       /* 0 to 2 */\r
+#define _FS_RPATH              2       /* 0 to 2 */\r
 /* The _FS_RPATH option configures relative path feature.\r
 /\r
 /   0: Disable relative path feature and remove related functions.\r
 */\r
 \r
 \r
-#define _WORD_ACCESS   0       /* 0 or 1 */\r
+#define _WORD_ACCESS   1       /* 0 or 1 */\r
 /* The _WORD_ACCESS option is an only platform dependent option. It defines\r
 /  which access method is used to the word data on the FAT volume.\r
 /\r