From 2ac2cd22553f7cb8b37deab2b443a3ba1afd17a0 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Wed, 26 Oct 2022 14:27:22 +0200 Subject: [PATCH] Fix MK25/S builds --- Firmware/ultralcd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Firmware/ultralcd.cpp b/Firmware/ultralcd.cpp index f3c0c892b..8589acb80 100644 --- a/Firmware/ultralcd.cpp +++ b/Firmware/ultralcd.cpp @@ -1033,7 +1033,7 @@ void lcd_commands() lcd_commands_type = LcdCommands::Idle; } } - +#ifdef TEMP_MODEL if (lcd_commands_type == LcdCommands::TempModel) { if (lcd_commands_step == 0) { lcd_commands_step = 3; @@ -1053,7 +1053,7 @@ void lcd_commands() lcd_commands_type = LcdCommands::Idle; } } - +#endif //TEMP_MODEL } void lcd_return_to_status()