1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Merge pull request #1645 from fishpepper/upstream

fixed missing parameter
This commit is contained in:
Michael Keller 2016-11-24 10:22:31 +13:00 committed by GitHub
commit af42f9d225

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