mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-19 14:25:16 +03:00
Fix white space
This commit is contained in:
parent
adf5b38e3d
commit
0a93b8b64a
2 changed files with 4 additions and 4 deletions
|
@ -2579,7 +2579,7 @@ static bool rthAltControlStickOverrideCheck(unsigned axis)
|
|||
} else if (ABS(2500 - holdTime) < 500) {
|
||||
if (axis == PITCH) { // PITCH down to override preset altitude reset to current altitude
|
||||
posControl.rthState.rthInitialAltitude = posControl.actualState.abs.pos.z;
|
||||
posControl.rthState.rthFinalAltitude = posControl.rthState.rthInitialAltitude;
|
||||
posControl.rthState.rthFinalAltitude = posControl.rthState.rthInitialAltitude;
|
||||
return true;
|
||||
} else if (axis == ROLL) { // ROLL right to override climb first
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue