mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 19:40:31 +03:00
Fixed typo in CLI.
This commit is contained in:
parent
6aeac3caa6
commit
c058da20b5
1 changed files with 1 additions and 1 deletions
|
@ -6469,7 +6469,7 @@ const clicmd_t cmdTable[] = {
|
|||
CLI_COMMAND_DEF("serial", "configure serial ports", NULL, cliSerial),
|
||||
#if defined(USE_SERIAL_PASSTHROUGH)
|
||||
#if defined(USE_PINIO)
|
||||
CLI_COMMAND_DEF("serialpassthrough", "passthrough serial data data from port 1 to VCP / port 2", "<id1> [<baud1>] [<mode>1] [none|<dtr pinio>|reset] [<id2>] [<baud2>] [<mode2>]", cliSerialPassthrough),
|
||||
CLI_COMMAND_DEF("serialpassthrough", "passthrough serial data data from port 1 to VCP / port 2", "<id1> [<baud1>] [<mode1>] [none|<dtr pinio>|reset] [<id2>] [<baud2>] [<mode2>]", cliSerialPassthrough),
|
||||
#else
|
||||
CLI_COMMAND_DEF("serialpassthrough", "passthrough serial data from port 1 to VCP / port 2", "<id1> [<baud1>] [<mode1>] [none|reset] [<id2>] [<baud2>] [<mode2>]", cliSerialPassthrough),
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue