From b005870033a6261844389d2a83edb4cd8c08705d Mon Sep 17 00:00:00 2001 From: nonokirby <82886780+nonokirby@users.noreply.github.com> Date: Tue, 21 Jan 2025 20:48:30 -0500 Subject: [PATCH] Update Soldering.cpp to fix build complaining --- source/Core/Threads/UI/logic/Soldering.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/Core/Threads/UI/logic/Soldering.cpp b/source/Core/Threads/UI/logic/Soldering.cpp index 8bd6a63f..b94ebbae 100644 --- a/source/Core/Threads/UI/logic/Soldering.cpp +++ b/source/Core/Threads/UI/logic/Soldering.cpp @@ -66,7 +66,8 @@ OperatingMode handleSolderingButtons(const ButtonState buttons, guiContext *cxt) break; case BUTTON_F_SHORT: if (getSettingValue(SettingsOptions::LockingMode) == lockingMode_t::TEMP) { - break;} + break; + } case BUTTON_B_SHORT: cxt->transitionMode = TransitionAnimation::Left; return OperatingMode::TemperatureAdjust;