From d5f47cce720a1a09c6a9b5cae3fad37df6cd3748 Mon Sep 17 00:00:00 2001 From: TheIsotopes Date: Tue, 30 Jul 2019 13:46:25 +0200 Subject: [PATCH] comment request only typo fix --- src/main/cli/cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/cli/cli.c b/src/main/cli/cli.c index 463c7653f9..2e59338cfe 100644 --- a/src/main/cli/cli.c +++ b/src/main/cli/cli.c @@ -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)", " +", cliDshotProg),