1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 04:15:44 +03:00

Shared altitude control parameters (#13884)

This commit is contained in:
ctzsnooze 2024-10-05 16:32:50 +10:00 committed by GitHub
parent 7156dc84a3
commit 16c157e840
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 383 additions and 273 deletions

View file

@ -101,7 +101,7 @@ extern "C" {
float mixerGetRcThrottle() { return fabsf(simulatedMixerGetRcThrottle); }
bool isAltitudeLow(void) { return false; }
bool isBelowLandingAltitude(void) { return false; }
void systemBeep(bool) { }
bool gyroOverflowDetected(void) { return false; }