瀏覽代碼

Correct comment on watchdog timer

Scott Lahteine 8 年之前
父節點
當前提交
dbb2d56c89
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/watchdog.cpp

+ 1
- 1
Marlin/watchdog.cpp 查看文件

43
 //=================================== ISR ===================================
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
 #if ENABLED(WATCHDOG_RESET_MANUAL)
47
 #if ENABLED(WATCHDOG_RESET_MANUAL)
48
   ISR(WDT_vect) {
48
   ISR(WDT_vect) {
49
     SERIAL_ERROR_START;
49
     SERIAL_ERROR_START;

Loading…
取消
儲存