From dbb2d56c894cc77372120fae3c0a17f061318b13 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Mon, 19 Dec 2016 21:43:38 -0800 Subject: [PATCH] Correct comment on watchdog timer --- Marlin/watchdog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/watchdog.cpp b/Marlin/watchdog.cpp index 4397ab603..ce8e832b6 100644 --- a/Marlin/watchdog.cpp +++ b/Marlin/watchdog.cpp @@ -43,7 +43,7 @@ void watchdog_init() { //=================================== ISR =================================== //=========================================================================== -// Watchdog timer interrupt, called if main program blocks >1sec and manual reset is enabled. +// Watchdog timer interrupt, called if main program blocks >4sec and manual reset is enabled. #if ENABLED(WATCHDOG_RESET_MANUAL) ISR(WDT_vect) { SERIAL_ERROR_START;