1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +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

@ -718,7 +718,7 @@ void processRx(uint32_t currentTime)
} else {
// the telemetry state must be checked immediately so that shared serial ports are released.
telemetryCheckState();
mspSerialAllocatePorts(&masterConfig.serialConfig);
mspSerialAllocatePorts();
}
}
#endif