Przeglądaj źródła

Correct comment on watchdog timer

Scott Lahteine 8 lat temu
rodzic
commit
dbb2d56c89
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      Marlin/watchdog.cpp

+ 1
- 1
Marlin/watchdog.cpp Wyświetl plik

@@ -43,7 +43,7 @@ void watchdog_init() {
43 43
 //=================================== ISR ===================================
44 44
 //===========================================================================
45 45
 
46
-// Watchdog timer interrupt, called if main program blocks >1sec and manual reset is enabled.
46
+// Watchdog timer interrupt, called if main program blocks >4sec and manual reset is enabled.
47 47
 #if ENABLED(WATCHDOG_RESET_MANUAL)
48 48
   ISR(WDT_vect) {
49 49
     SERIAL_ERROR_START;

Ładowanie…
Anuluj
Zapisz