diff options
Diffstat (limited to 'src/drivers/display.cpp')
| -rw-r--r-- | src/drivers/display.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/display.cpp b/src/drivers/display.cpp index a06320f4..cb3ee3a0 100644 --- a/src/drivers/display.cpp +++ b/src/drivers/display.cpp @@ -37,7 +37,7 @@ #include "spi.hpp" #include "tasks.hpp" -static const char* kTag = "DISPLAY"; +[[maybe_unused]] static const char* kTag = "DISPLAY"; // TODO(jacqueline): Encode width and height variations in the init data. static const uint8_t kDisplayHeight = 128 + 2; |
