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[] = {
|
const cmd_t COMMANDS[] = {
|
||||||
{ .name = "globalStats", .cmdFunc = globalStatsCmd,
|
{ .name = "stats", .cmdFunc = globalStatsCmd,
|
||||||
.help = \
|
.help = \
|
||||||
"globalStats .......................... Show the global statistics\n\r" \
|
"stats .......................... Show the device statistics\n\r"
|
||||||
" counters requestCnt and errorCnt\n\r"
|
|
||||||
},
|
},
|
||||||
{ .name = "END_OF_CMDS", .help = "",.cmdFunc = NULL }
|
{ .name = "END_OF_CMDS", .help = "",.cmdFunc = NULL }
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user