Fix FAT driver file modes, update filewriter accordingly
Some checks failed
Build documentation / build-and-deploy (push) Has been cancelled
Some checks failed
Build documentation / build-and-deploy (push) Has been cancelled
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#ifndef _WRITE_FILE_H
|
||||
#define _WRITE_FILE_H
|
||||
|
||||
#define WF_APPEND (1 << 0)
|
||||
#define WF_TRUNCATE (1 << 1)
|
||||
|
||||
#endif // _WRITE_FILE_H
|
||||
|
||||
Reference in New Issue
Block a user