1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 22:05:17 +03:00

Merge pull request #7294 from TonyBlit/gps_rescue_no_mag

Mag heading ignored while GPS Rescue is running
This commit is contained in:
Michael Keller 2019-01-13 23:14:06 +13:00 committed by GitHub
commit 7f58ecc77f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 32 additions and 14 deletions

View file

@ -245,4 +245,5 @@ int32_t baroCalculateAltitude(void) { return 0; }
bool gyroGetAccumulationAverage(float *) { return false; }
bool accGetAccumulationAverage(float *) { return false; }
void mixerSetThrottleAngleCorrection(int) {};
bool gpsRescueIsRunning(void) { return false; }
}