stat watchdog

This commit is contained in:
Wolfgang Hottgenroth 2021-02-12 19:10:59 +01:00
parent 1ffb12ac9b
commit 5d1d4042ee
Signed by: wn
GPG Key ID: E49AF3B9EF6DD469

View File

@ -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 }
};