mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Removed unused parameters
This commit is contained in:
parent
5fec66b639
commit
e530c72a18
6 changed files with 10 additions and 13 deletions
|
@ -614,7 +614,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) {
|
||||
mspSerialAllocatePorts(&masterConfig.serialConfig);
|
||||
mspSerialAllocatePorts();
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue