Skip to content

Commit 7c3adbf

Browse files
committed
annotate function that may be unused
1 parent d09dd6d commit 7c3adbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

supervisor/shared/filesystem.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ inline void filesystem_tick(void) {
6464
}
6565

6666

67+
__attribute__((unused)) // this function MAY be unused
6768
static void make_empty_file(FATFS *fatfs, const char *path) {
6869
FIL fp;
6970
f_open(fatfs, &fp, path, FA_WRITE | FA_CREATE_ALWAYS);

0 commit comments

Comments
 (0)