Fix a typo breaking the build (#15726)

This commit is contained in:
LinFor 2019-10-30 23:10:08 +03:00 committed by Scott Lahteine
parent 61225e685d
commit 7d24f152d8

View file

@ -766,7 +766,7 @@ void Temperature::_temp_error(const heater_ind_t heater, PGM_P const serial_msg,
if (ELAPSED(ms, expire_ms)) ++killed;
break;
case 2:
loud_kill(lcd_msg1, heater);
loud_kill(lcd_msg, heater);
++killed;
break;
}