Browse Source

Do not call watchdog reset from updateTemperaturesFromRawValues().

Marek Bel 5 năm trước cách đây
mục cha
commit
8fadbf1b44
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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;