Fix wrong short shell command for setting baudrate

This commit is contained in:
Mario Hüttel 2022-06-09 18:44:39 +02:00
parent 7d43b4130c
commit 8a62ed2ea7
1 changed files with 1 additions and 1 deletions

View File

@ -1202,7 +1202,7 @@ static shellmatta_cmd_t cmd[25] = {
},
{
.cmd = "baudrate",
.cmdAlias = "opt-bytes",
.cmdAlias = "baud",
.helpText = "Set a new temporary baudrate for the UART",
.usageText = "baudrate <new baud>",
.cmdFct = shell_cmd_set_baud,