1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

Cli command help text typo fixed (#8632)

Cli command help text typo fixed
This commit is contained in:
Michael Keller 2019-08-01 14:25:54 +12:00 committed by GitHub
commit 5a71ec3040
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6012,7 +6012,7 @@ const clicmd_t cmdTable[] = {
#endif
#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
#ifdef USE_DSHOT
CLI_COMMAND_DEF("dshotprog", "program DShot ESC(s)", "<index> <command>+", cliDshotProg),