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:
parent
a303509920
commit
a60cb8597f
6 changed files with 15 additions and 15 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue