Explorar el Código

Fix a typo breaking the build (#15726)

LinFor hace 4 años
padre
commit
7d24f152d8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/src/module/temperature.cpp

+ 1
- 1
Marlin/src/module/temperature.cpp Ver fichero

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

Loading…
Cancelar
Guardar