mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Merge pull request #1645 from fishpepper/upstream
fixed missing parameter
This commit is contained in:
commit
af42f9d225
1 changed files with 1 additions and 1 deletions
|
@ -1444,7 +1444,7 @@ static void cliSerialPassthrough(char *cmdline)
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("Relaying data to device on port %d, Reset your board to exit "
|
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);
|
serialPassthrough(cliPort, passThroughPort, NULL, NULL);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue