1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-12 19:10:32 +03:00
This commit is contained in:
Mark Haslinghuis 2025-03-21 23:32:42 +01:00 committed by GitHub
parent 9c8f84f62d
commit 3ae8056ec6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -105,6 +105,6 @@ bool posHoldFailure(void) {
return FLIGHT_MODE(POS_HOLD_MODE) && (!posHold.isControlOk || !posHold.areSensorsOk);
}
#endif // USE_POS_HOLD
#endif // USE_POSITION_HOLD
#endif // !USE_WING

View file

@ -52,6 +52,6 @@ bool posHoldFailure(void) {
return true;
}
#endif // USE_POS_HOLD
#endif // USE_POSITION_HOLD
#endif // USE_WING