From 017e56c9fe3b44662c0f7cf829980246095bacfe Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 15 Dec 2020 10:19:29 +0100 Subject: [PATCH] set int32 value --- cube/User/Src/configCmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cube/User/Src/configCmds.c b/cube/User/Src/configCmds.c index 5578810..ab6f0f8 100644 --- a/cube/User/Src/configCmds.c +++ b/cube/User/Src/configCmds.c @@ -181,7 +181,7 @@ const static cmd_t SET_COMMANDS[] = { }, { .name = "frontendthreshold", .cmdFunc = setFrontendThresholdCmd, .help = \ - "frontendthreshold ........................ Frontend Threshold (default: 240)\n\r" + "frontendthreshold .................... Frontend Threshold (default: 240)\n\r" }, { .name = "END_OF_CMDS", .help = "",.cmdFunc = NULL } };