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

@@ -17,6 +17,7 @@
#define FW_CREATE_FILE (1 << 0)
#define FW_APPEND (1 << 1)
#define FW_TRUNCATE (1 << 2)
#define FW_OPEN (1 << 31)
struct filewriter {