Skip to content

Commit 8dc2821

Browse files
committed
Disable _FS_LOCK per default with FatFs 0.12c
Aligned with previous FatFS version Refers to #32 Signed-off-by: Frederic Pillon <[email protected]>
1 parent d4c4db5 commit 8dc2821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ffconf_default_68300.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
/ These options have no effect at read-only configuration (_FS_READONLY = 1). */
274274

275275

276-
#define _FS_LOCK 2
276+
#define _FS_LOCK 0
277277
/* The option _FS_LOCK switches file lock function to control duplicated file open
278278
/ and illegal operation to open objects. This option must be 0 when _FS_READONLY
279279
/ is 1.

0 commit comments

Comments
 (0)