Fix MK25/S builds
This commit is contained in:
parent
072b3f8300
commit
2ac2cd2255
|
|
@ -1033,7 +1033,7 @@ void lcd_commands()
|
||||||
lcd_commands_type = LcdCommands::Idle;
|
lcd_commands_type = LcdCommands::Idle;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#ifdef TEMP_MODEL
|
||||||
if (lcd_commands_type == LcdCommands::TempModel) {
|
if (lcd_commands_type == LcdCommands::TempModel) {
|
||||||
if (lcd_commands_step == 0) {
|
if (lcd_commands_step == 0) {
|
||||||
lcd_commands_step = 3;
|
lcd_commands_step = 3;
|
||||||
|
|
@ -1053,7 +1053,7 @@ void lcd_commands()
|
||||||
lcd_commands_type = LcdCommands::Idle;
|
lcd_commands_type = LcdCommands::Idle;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif //TEMP_MODEL
|
||||||
}
|
}
|
||||||
|
|
||||||
void lcd_return_to_status()
|
void lcd_return_to_status()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue