Merge pull request #2986 from thinkyhead/enable_watchdog

Enable USE_WATCHDOG by default
This commit is contained in:
Scott Lahteine
2016-03-02 05:29:42 -08:00
13 changed files with 13 additions and 13 deletions

View File

@ -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.