working on fatfs integration
fix retarget input for lpcxpresso
This commit is contained in:
2
vendor/fatfs/ffconf.h
vendored
2
vendor/fatfs/ffconf.h
vendored
@@ -20,7 +20,7 @@
|
||||
/ data transfer. This reduces memory consumption 512 bytes each file object. */
|
||||
|
||||
|
||||
#define _FS_READONLY 0 /* 0:Read/Write or 1:Read only */
|
||||
#define _FS_READONLY 1 /* 0:Read/Write or 1:Read only */
|
||||
/* Setting _FS_READONLY to 1 defines read only configuration. This removes
|
||||
/ writing functions, f_write, f_sync, f_unlink, f_mkdir, f_chmod, f_rename,
|
||||
/ f_truncate and useless f_getfree. */
|
||||
|
||||
Reference in New Issue
Block a user