Skip to content

Commit

Permalink
Disable _FS_LOCK per default with FatFs 0.12c
Browse files Browse the repository at this point in the history
Aligned with previous FatFS version

Refers to #32

Signed-off-by: Frederic Pillon <[email protected]>
  • Loading branch information
fpistm committed Apr 22, 2021
1 parent d4c4db5 commit 8dc2821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ffconf_default_68300.h
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
/ These options have no effect at read-only configuration (_FS_READONLY = 1). */


#define _FS_LOCK 2
#define _FS_LOCK 0
/* The option _FS_LOCK switches file lock function to control duplicated file open
/ and illegal operation to open objects. This option must be 0 when _FS_READONLY
/ is 1.
Expand Down

0 comments on commit 8dc2821

Please sign in to comment.