stat watchdog
This commit is contained in:
parent
1ffb12ac9b
commit
5d1d4042ee
@ -29,10 +29,9 @@ static bool globalStatsCmd(uint8_t argc, char **args) {
|
||||
|
||||
|
||||
const cmd_t COMMANDS[] = {
|
||||
{ .name = "globalStats", .cmdFunc = globalStatsCmd,
|
||||
{ .name = "stats", .cmdFunc = globalStatsCmd,
|
||||
.help = \
|
||||
"globalStats .......................... Show the global statistics\n\r" \
|
||||
" counters requestCnt and errorCnt\n\r"
|
||||
"stats .......................... Show the device statistics\n\r"
|
||||
},
|
||||
{ .name = "END_OF_CMDS", .help = "",.cmdFunc = NULL }
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user