fixed missing parameter

This commit is contained in:
fishpepper 2016-11-23 21:40:00 +01:00
parent 4040a1dd7a
commit 16dd47a2b0
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}