1
0
Fork 0
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:
breadoven 2021-02-10 23:20:05 +00:00
parent adf5b38e3d
commit 0a93b8b64a
2 changed files with 4 additions and 4 deletions

View file

@ -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;