mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-12 19:10:32 +03:00
Fix typos (#14315)
This commit is contained in:
parent
9c8f84f62d
commit
3ae8056ec6
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue