1
0
Fork 0
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:
Martin Budden 2016-10-02 08:37:40 +01:00
parent 5fec66b639
commit e530c72a18
6 changed files with 10 additions and 13 deletions

View file

@ -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: