From 5e379529e5a4d6b7a531327ee7d0ba51464b970f Mon Sep 17 00:00:00 2001 From: TheIsotopes Date: Tue, 30 Jul 2019 12:02:11 +0200 Subject: [PATCH] Cli command renamed and typo fixed can be typed faster ;-) --- 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 e43508c99..463c7653f 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_telemetry_info", "disply dshot telemetry info and stats", NULL, cliDshotTelemetryInfo), + CLI_COMMAND_DEF("dshot_tlm_info", "display dshot telemetry info and stats", NULL, cliDshotTelemetryInfo), #endif #ifdef USE_DSHOT CLI_COMMAND_DEF("dshotprog", "program DShot ESC(s)", " +", cliDshotProg),