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

comment request

only typo fix
This commit is contained in:
TheIsotopes 2019-07-30 13:46:25 +02:00 committed by GitHub
parent 5e379529e5
commit d5f47cce72
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_tlm_info", "display 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),