Browse Source

Merge pull request #2986 from thinkyhead/enable_watchdog

Enable USE_WATCHDOG by default
pull/1/head
Scott Lahteine 8 years ago
parent
commit
9eb4aceee4
  1. 2
      Marlin/Configuration_adv.h
  2. 2
      Marlin/example_configurations/Felix/Configuration_adv.h
  3. 2
      Marlin/example_configurations/Hephestos/Configuration_adv.h
  4. 2
      Marlin/example_configurations/RigidBot/Configuration_adv.h
  5. 2
      Marlin/example_configurations/SCARA/Configuration_adv.h
  6. 2
      Marlin/example_configurations/TAZ4/Configuration_adv.h
  7. 2
      Marlin/example_configurations/WITBOX/Configuration_adv.h
  8. 2
      Marlin/example_configurations/delta/biv2.5/Configuration_adv.h
  9. 2
      Marlin/example_configurations/delta/generic/Configuration_adv.h
  10. 2
      Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h
  11. 2
      Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h
  12. 2
      Marlin/example_configurations/makibox/Configuration_adv.h
  13. 2
      Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h

2
Marlin/Configuration_adv.h

@ -344,7 +344,7 @@
// @section more
// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
//#define USE_WATCHDOG
#define USE_WATCHDOG
#if ENABLED(USE_WATCHDOG)
// If you have a watchdog reboot in an ArduinoMega2560 then the device will hang forever, as a watchdog reset will leave the watchdog on.

2
Marlin/example_configurations/Felix/Configuration_adv.h

@ -345,7 +345,7 @@
// @section more
// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
//#define USE_WATCHDOG
#define USE_WATCHDOG
#if ENABLED(USE_WATCHDOG)
// If you have a watchdog reboot in an ArduinoMega2560 then the device will hang forever, as a watchdog reset will leave the watchdog on.

2
Marlin/example_configurations/Hephestos/Configuration_adv.h

@ -345,7 +345,7 @@
// @section more
// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
//#define USE_WATCHDOG
#define USE_WATCHDOG
#if ENABLED(USE_WATCHDOG)
// If you have a watchdog reboot in an ArduinoMega2560 then the device will hang forever, as a watchdog reset will leave the watchdog on.

2
Marlin/example_configurations/RigidBot/Configuration_adv.h

@ -345,7 +345,7 @@
// @section more
// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
//#define USE_WATCHDOG
#define USE_WATCHDOG
#if ENABLED(USE_WATCHDOG)
// If you have a watchdog reboot in an ArduinoMega2560 then the device will hang forever, as a watchdog reset will leave the watchdog on.

2
Marlin/example_configurations/SCARA/Configuration_adv.h

@ -345,7 +345,7 @@
// @section more
// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
//#define USE_WATCHDOG
#define USE_WATCHDOG
#if ENABLED(USE_WATCHDOG)
// If you have a watchdog reboot in an ArduinoMega2560 then the device will hang forever, as a watchdog reset will leave the watchdog on.

2
Marlin/example_configurations/TAZ4/Configuration_adv.h

@ -352,7 +352,7 @@
// @section more
// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
//#define USE_WATCHDOG
#define USE_WATCHDOG
#if ENABLED(USE_WATCHDOG)
// If you have a watchdog reboot in an ArduinoMega2560 then the device will hang forever, as a watchdog reset will leave the watchdog on.

2
Marlin/example_configurations/WITBOX/Configuration_adv.h

@ -345,7 +345,7 @@
// @section more
// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
//#define USE_WATCHDOG
#define USE_WATCHDOG
#if ENABLED(USE_WATCHDOG)
// If you have a watchdog reboot in an ArduinoMega2560 then the device will hang forever, as a watchdog reset will leave the watchdog on.

2
Marlin/example_configurations/delta/biv2.5/Configuration_adv.h

@ -346,7 +346,7 @@
// @section more
// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
//#define USE_WATCHDOG
#define USE_WATCHDOG
#if ENABLED(USE_WATCHDOG)
// If you have a watchdog reboot in an ArduinoMega2560 then the device will hang forever, as a watchdog reset will leave the watchdog on.

2
Marlin/example_configurations/delta/generic/Configuration_adv.h

@ -347,7 +347,7 @@
// @section more
// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
//#define USE_WATCHDOG
#define USE_WATCHDOG
#if ENABLED(USE_WATCHDOG)
// If you have a watchdog reboot in an ArduinoMega2560 then the device will hang forever, as a watchdog reset will leave the watchdog on.

2
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h

@ -346,7 +346,7 @@
// @section more
// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
//#define USE_WATCHDOG
#define USE_WATCHDOG
#if ENABLED(USE_WATCHDOG)
// If you have a watchdog reboot in an ArduinoMega2560 then the device will hang forever, as a watchdog reset will leave the watchdog on.

2
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h

@ -350,7 +350,7 @@
// @section more
// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
//#define USE_WATCHDOG
#define USE_WATCHDOG
#if ENABLED(USE_WATCHDOG)
// If you have a watchdog reboot in an ArduinoMega2560 then the device will hang forever, as a watchdog reset will leave the watchdog on.

2
Marlin/example_configurations/makibox/Configuration_adv.h

@ -344,7 +344,7 @@
// @section more
// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
//#define USE_WATCHDOG
#define USE_WATCHDOG
#if ENABLED(USE_WATCHDOG)
// If you have a watchdog reboot in an ArduinoMega2560 then the device will hang forever, as a watchdog reset will leave the watchdog on.

2
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h

@ -345,7 +345,7 @@
// @section more
// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
//#define USE_WATCHDOG
#define USE_WATCHDOG
#if ENABLED(USE_WATCHDOG)
// If you have a watchdog reboot in an ArduinoMega2560 then the device will hang forever, as a watchdog reset will leave the watchdog on.

Loading…
Cancel
Save