Ver Fonte

watchdog reset

PavelSindler há 7 anos atrás
pai
commit
893f34fd85
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Firmware/temperature.cpp

+ 1 - 1
Firmware/temperature.cpp

@@ -268,7 +268,7 @@ unsigned long watchmillis[EXTRUDERS] = ARRAY_BY_EXTRUDERS(0,0,0);
 
 
  for(;;) {
-
+	wdt_reset();
     if(temp_meas_ready == true) { // temp sample ready
       updateTemperaturesFromRawValues();