Lornez asked to add static to the TAG
This commit is contained in:
2023-12-08 18:18:43 +01:00
parent 6b9f517556
commit 050d79e6b0

View File

@@ -19,7 +19,7 @@
#define POSIX_MAX_FILES 10
extern struct llfs_data_file* llfs_root;
const char* TAG = "llfs";
static const char* TAG = "llfs";
static size_t file_count = 0; // Cache for the number of files in the filesystem
static FILE* file_table[POSIX_MAX_FILES];