Debug console commands for watchdog
This commit is contained in:
parent
585ca0c829
commit
87e25187ee
|
@ -251,4 +251,7 @@ void initializeConsole() {
|
|||
addConsoleAction("error", myerror);
|
||||
addConsoleAction("hard_fault", testHardFault);
|
||||
addConsoleAction("threadsinfo", cmd_threads);
|
||||
|
||||
addConsoleActionI("set_watchdog_timeout", startWatchdog);
|
||||
addConsoleActionI("set_watchdog_reset", setWatchdogResetPeriod);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue