mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Merge pull request #5846 from mikeller/cleanup_msp_port_releasing
Cleaned up implementation of MSP port releasing when shared.
This commit is contained in:
commit
7bc2b70043
7 changed files with 16 additions and 15 deletions
|
@ -649,7 +649,7 @@ extern "C" {
|
|||
void updateAdjustmentStates(void) {}
|
||||
void processRcAdjustments(controlRateConfig_t *) {}
|
||||
void updateGpsWaypointsAndMode(void) {}
|
||||
void releaseSharedTelemetryPorts(void) {}
|
||||
void mspSerialReleaseSharedTelemetryPorts(void) {}
|
||||
void telemetryCheckState(void) {}
|
||||
void mspSerialAllocatePorts(void) {}
|
||||
void gyroReadTemperature(void) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue