diff options
Diffstat (limited to 'src/drivers/storage.cpp')
| -rw-r--r-- | src/drivers/storage.cpp | 2 |
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 { |
