From c058da20b5b32d453c29e9827ff31506db8f3883 Mon Sep 17 00:00:00 2001 From: mikeller Date: Mon, 18 May 2020 01:32:53 +1200 Subject: [PATCH] Fixed typo in CLI. --- 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 a03615287..fbb89536b 100644 --- a/src/main/cli/cli.c +++ b/src/main/cli/cli.c @@ -6469,7 +6469,7 @@ const clicmd_t cmdTable[] = { CLI_COMMAND_DEF("serial", "configure serial ports", NULL, cliSerial), #if defined(USE_SERIAL_PASSTHROUGH) #if defined(USE_PINIO) - CLI_COMMAND_DEF("serialpassthrough", "passthrough serial data data from port 1 to VCP / port 2", " [] [1] [none||reset] [] [] []", cliSerialPassthrough), + CLI_COMMAND_DEF("serialpassthrough", "passthrough serial data data from port 1 to VCP / port 2", " [] [] [none||reset] [] [] []", cliSerialPassthrough), #else CLI_COMMAND_DEF("serialpassthrough", "passthrough serial data from port 1 to VCP / port 2", " [] [] [none|reset] [] [] []", cliSerialPassthrough), #endif -- 2.11.4.GIT