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:
parent
5fec66b639
commit
e530c72a18
6 changed files with 10 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue