diff --git a/src/fatfs/ffconf.h b/src/fatfs/ffconf.h index 389bcafe50..a573ab4677 100644 --- a/src/fatfs/ffconf.h +++ b/src/fatfs/ffconf.h @@ -52,7 +52,7 @@ /* This option switches f_expand function. (0:Disable or 1:Enable) */ -#define FF_USE_CHMOD 0 +#define FF_USE_CHMOD 1 /* This option switches attribute manipulation functions, f_chmod() and f_utime(). / (0:Disable or 1:Enable) Also FF_FS_READONLY needs to be 0 to enable this option. */