diff options
Diffstat (limited to 'src/system_fsm/booting.cpp')
| -rw-r--r-- | src/system_fsm/booting.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system_fsm/booting.cpp b/src/system_fsm/booting.cpp index 08a1c083..82d83836 100644 --- a/src/system_fsm/booting.cpp +++ b/src/system_fsm/booting.cpp @@ -38,7 +38,7 @@ namespace system_fsm { namespace states { -static const char kTag[] = "BOOT"; +[[maybe_unused]] static const char kTag[] = "BOOT"; static auto bt_event_cb(drivers::bluetooth::Event ev) -> void { if (ev == drivers::bluetooth::Event::kKnownDevicesChanged) { |
