fixed missing parameter
This commit is contained in:
parent
4040a1dd7a
commit
16dd47a2b0
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue