We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09dd6d commit 7c3adbfCopy full SHA for 7c3adbf
1 file changed
supervisor/shared/filesystem.c
@@ -64,6 +64,7 @@ inline void filesystem_tick(void) {
64
}
65
66
67
+__attribute__((unused)) // this function MAY be unused
68
static void make_empty_file(FATFS *fatfs, const char *path) {
69
FIL fp;
70
f_open(fatfs, &fp, path, FA_WRITE | FA_CREATE_ALWAYS);
0 commit comments