Fix wrong short shell command for setting baudrate
This commit is contained in:
parent
7d43b4130c
commit
8a62ed2ea7
@ -1202,7 +1202,7 @@ static shellmatta_cmd_t cmd[25] = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
.cmd = "baudrate",
|
.cmd = "baudrate",
|
||||||
.cmdAlias = "opt-bytes",
|
.cmdAlias = "baud",
|
||||||
.helpText = "Set a new temporary baudrate for the UART",
|
.helpText = "Set a new temporary baudrate for the UART",
|
||||||
.usageText = "baudrate <new baud>",
|
.usageText = "baudrate <new baud>",
|
||||||
.cmdFct = shell_cmd_set_baud,
|
.cmdFct = shell_cmd_set_baud,
|
||||||
|
Loading…
Reference in New Issue
Block a user