Fix a typo breaking the build (#15726)
This commit is contained in:
parent
61225e685d
commit
7d24f152d8
1 changed files with 1 additions and 1 deletions
|
@ -766,7 +766,7 @@ void Temperature::_temp_error(const heater_ind_t heater, PGM_P const serial_msg,
|
||||||
if (ELAPSED(ms, expire_ms)) ++killed;
|
if (ELAPSED(ms, expire_ms)) ++killed;
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
loud_kill(lcd_msg1, heater);
|
loud_kill(lcd_msg, heater);
|
||||||
++killed;
|
++killed;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue