Files
mop3/include/write_file.h
kamkow1 af966b5405
Some checks failed
Build documentation / build-and-deploy (push) Has been cancelled
Fix FAT driver file modes, update filewriter accordingly
2026-03-15 20:18:50 +01:00

7 lines
99 B
C

#ifndef _WRITE_FILE_H
#define _WRITE_FILE_H
#define WF_TRUNCATE (1 << 1)
#endif // _WRITE_FILE_H