diff --git a/stm32-modules/include/flex-stacker/flex-stacker/motor_task.hpp b/stm32-modules/include/flex-stacker/flex-stacker/motor_task.hpp index 4b61f33fb..e98784986 100644 --- a/stm32-modules/include/flex-stacker/flex-stacker/motor_task.hpp +++ b/stm32-modules/include/flex-stacker/flex-stacker/motor_task.hpp @@ -429,9 +429,10 @@ class MotorTask { stop_motors(); // Set status bars to RED - auto message = messages::SetStatusBarColorMessage{.color = StatusBarColor::Red}; - static_cast(_task_registry->send_to_address( - message, Queues::UIAddress)); + auto message = + messages::SetStatusBarColorMessage{.color = StatusBarColor::Red}; + static_cast( + _task_registry->send_to_address(message, Queues::UIAddress)); } /**