1
0
Fork 0
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:
Michael Keller 2018-05-08 23:40:56 +12:00 committed by GitHub
commit 7bc2b70043
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 16 additions and 15 deletions

View file

@ -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) {}