Browse Source

watchdog reset

PavelSindler 7 years ago
parent
commit
893f34fd85
1 changed files with 1 additions and 1 deletions
  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();