diff --git a/thirdparty/fatfs/ffconf.h b/thirdparty/fatfs/ffconf.h index 2a0c08a..0322f7c 100644 --- a/thirdparty/fatfs/ffconf.h +++ b/thirdparty/fatfs/ffconf.h @@ -55,7 +55,7 @@ / (0:Disable or 1:Enable) Also FF_FS_READONLY needs to be 0 to enable this option. */ -#define FF_USE_LABEL 1 +#define FF_USE_LABEL 0 /* This option switches volume label functions, f_getlabel() and f_setlabel(). / (0:Disable or 1:Enable) */ @@ -149,7 +149,7 @@ */ -#define FF_FS_RPATH 2 +#define FF_FS_RPATH 0 /* This option configures support for relative path. / / 0: Disable relative path and remove related functions.