From d0581f881c4072ef0ac453167a98dc3bc0d87d86 Mon Sep 17 00:00:00 2001 From: Leo C Date: Wed, 20 Aug 2014 14:01:11 +0200 Subject: enum command_ret_t --> typedef --- fatfs/src/ffconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fatfs/src') 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. / -- cgit v1.2.3