Skip to content

Commit

Permalink
Enable FF_USE_CHMOD
Browse files Browse the repository at this point in the history
Improve readme to include patch version
  • Loading branch information
networkfusion committed Aug 15, 2023
1 parent f8bc9ba commit a46a1d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/fatfs/00readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FatFs Module Source Files R0.15
FatFs Module Source Files R0.15 w/patch2


FILES
Expand Down
2 changes: 1 addition & 1 deletion src/fatfs/ff.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------------------/
/ FatFs - Generic FAT Filesystem module R0.15 /
/ FatFs - Generic FAT Filesystem module R0.15 w/patch2 /
/-----------------------------------------------------------------------------/
/
/ Copyright (C) 2022, ChaN, all right reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/fatfs/ffconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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. */

Expand Down

0 comments on commit a46a1d4

Please sign in to comment.