set int32 value

This commit is contained in:
Wolfgang Hottgenroth 2020-12-15 10:19:29 +01:00
parent 296c6270c0
commit 017e56c9fe
Signed by: wn
GPG Key ID: E49AF3B9EF6DD469

View File

@ -181,7 +181,7 @@ const static cmd_t SET_COMMANDS[] = {
}, },
{ .name = "frontendthreshold", .cmdFunc = setFrontendThresholdCmd, { .name = "frontendthreshold", .cmdFunc = setFrontendThresholdCmd,
.help = \ .help = \
"frontendthreshold ........................ Frontend Threshold (default: 240)\n\r" "frontendthreshold .................... Frontend Threshold (default: 240)\n\r"
}, },
{ .name = "END_OF_CMDS", .help = "",.cmdFunc = NULL } { .name = "END_OF_CMDS", .help = "",.cmdFunc = NULL }
}; };