watchdog reset
This commit is contained in:
parent
72a4161fea
commit
893f34fd85
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ unsigned long watchmillis[EXTRUDERS] = ARRAY_BY_EXTRUDERS(0,0,0);
|
||||||
|
|
||||||
|
|
||||||
for(;;) {
|
for(;;) {
|
||||||
|
wdt_reset();
|
||||||
if(temp_meas_ready == true) { // temp sample ready
|
if(temp_meas_ready == true) { // temp sample ready
|
||||||
updateTemperaturesFromRawValues();
|
updateTemperaturesFromRawValues();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue