From 5d1d4042ee068bb481f36216cfc3c21b2ae257d2 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 12 Feb 2021 19:10:59 +0100 Subject: [PATCH] stat watchdog --- cube/User/Src/regularCmds.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cube/User/Src/regularCmds.c b/cube/User/Src/regularCmds.c index 2af979c..a8e5bc2 100644 --- a/cube/User/Src/regularCmds.c +++ b/cube/User/Src/regularCmds.c @@ -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 } };