Fix FAT driver file modes, update filewriter accordingly
Some checks failed
Build documentation / build-and-deploy (push) Has been cancelled

This commit is contained in:
2026-03-15 20:18:50 +01:00
parent d7bfc5c8fd
commit af966b5405
5 changed files with 30 additions and 20 deletions

View File

@@ -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