mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
Cli command help text typo fixed (#8632)
Cli command help text typo fixed
This commit is contained in:
commit
5a71ec3040
1 changed files with 1 additions and 1 deletions
|
@ -6012,7 +6012,7 @@ const clicmd_t cmdTable[] = {
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#ifdef USE_DSHOT_TELEMETRY
|
#ifdef USE_DSHOT_TELEMETRY
|
||||||
CLI_COMMAND_DEF("dshot_telemetry_info", "disply dshot telemetry info and stats", NULL, cliDshotTelemetryInfo),
|
CLI_COMMAND_DEF("dshot_telemetry_info", "display dshot telemetry info and stats", NULL, cliDshotTelemetryInfo),
|
||||||
#endif
|
#endif
|
||||||
#ifdef USE_DSHOT
|
#ifdef USE_DSHOT
|
||||||
CLI_COMMAND_DEF("dshotprog", "program DShot ESC(s)", "<index> <command>+", cliDshotProg),
|
CLI_COMMAND_DEF("dshotprog", "program DShot ESC(s)", "<index> <command>+", cliDshotProg),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue