From 16dd47a2b036cbbccad48dce7bd2f8752002d61f Mon Sep 17 00:00:00 2001 From: fishpepper Date: Wed, 23 Nov 2016 21:40:00 +0100 Subject: [PATCH] fixed missing parameter --- src/main/io/serial_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/io/serial_cli.c b/src/main/io/serial_cli.c index 5d400c6ee..c84d59e33 100755 --- a/src/main/io/serial_cli.c +++ b/src/main/io/serial_cli.c @@ -1444,7 +1444,7 @@ static void cliSerialPassthrough(char *cmdline) } printf("Relaying data to device on port %d, Reset your board to exit " - "serial passthrough mode.\r\n"); + "serial passthrough mode.\r\n", id); serialPassthrough(cliPort, passThroughPort, NULL, NULL); }