watchdog reset

This commit is contained in:
PavelSindler 2017-12-14 20:28:07 +01:00
parent 72a4161fea
commit 893f34fd85

View File

@ -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();