Explorar o código

Do not call watchdog reset from updateTemperaturesFromRawValues().

Marek Bel %!s(int64=5) %!d(string=hai) anos
pai
achega
8fadbf1b44
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      Firmware/temperature.cpp

+ 0 - 5
Firmware/temperature.cpp

@@ -1046,11 +1046,6 @@ static void updateTemperaturesFromRawValues()
       redundant_temperature = analog2temp(redundant_temperature_raw, 1);
     #endif
 
-    //Reset the watchdog after we know we have a temperature measurement.
-#ifdef WATCHDOG
-    wdt_reset();
-#endif //WATCHDOG
-
     CRITICAL_SECTION_START;
     temp_meas_ready = false;
     CRITICAL_SECTION_END;