summaryrefslogtreecommitdiff
path: root/src/drivers/storage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/storage.cpp')
-rw-r--r--src/drivers/storage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/storage.cpp b/src/drivers/storage.cpp
index 0492b5dc..cb1407a6 100644
--- a/src/drivers/storage.cpp
+++ b/src/drivers/storage.cpp
@@ -26,7 +26,7 @@
#include "gpios.hpp"
#include "memory_resource.hpp"
-static const char* kTag = "SDSTORAGE";
+[[maybe_unused]] static const char* kTag = "SDSTORAGE";
static const uint8_t kMaxOpenFiles = 8;
namespace drivers {