This commit is contained in:
Mark Haslinghuis
2025-03-21 23:32:42 +01:00
committed by GitHub
parent 9c8f84f62d
commit 3ae8056ec6
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