mirror of
https://github.com/betaflight/betaflight.git
synced 2025-04-06 23:55:41 +03:00
Fix typos (#14315)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -52,6 +52,6 @@ bool posHoldFailure(void) {
|
||||
return true;
|
||||
}
|
||||
|
||||
#endif // USE_POS_HOLD
|
||||
#endif // USE_POSITION_HOLD
|
||||
|
||||
#endif // USE_WING
|
||||
|
||||
Reference in New Issue
Block a user