X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/4bc81323e51ac138e733c14eeb6f283ae706e904..d0581f881c4072ef0ac453167a98dc3bc0d87d86:/fatfs/src/ffconf.h?ds=inline 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. /