Omplement first draft of write functionality

This commit is contained in:
2020-02-22 21:52:51 +01:00
parent d722738de9
commit 641a6a88af
3 changed files with 54 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
/ Function Configurations
/---------------------------------------------------------------------------*/
#define FF_FS_READONLY 1
#define FF_FS_READONLY 0
/* This option switches read-only configuration. (0:Read/Write or 1:Read-only)
/ Read-only configuration removes writing API functions, f_write(), f_sync(),
/ f_unlink(), f_mkdir(), f_chmod(), f_rename(), f_truncate(), f_getfree()