1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Rename serial MSP functions in prep for converting to using streambuf

This commit is contained in:
Martin Budden 2016-09-10 16:22:44 +01:00
parent a303509920
commit a60cb8597f
6 changed files with 15 additions and 15 deletions

View file

@ -650,7 +650,7 @@ void blackboxDeviceClose(void)
* of time to shut down asynchronously, we're the only ones that know when to call it.
*/
if (blackboxPortSharing == PORTSHARING_SHARED) {
mspAllocateSerialPorts(&masterConfig.serialConfig);
mspSerialAllocatePorts(&masterConfig.serialConfig);
}
break;
default: