mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 01:35:35 +03:00
fixed indentation
This commit is contained in:
parent
064c6e2b52
commit
7afaa0db34
6 changed files with 102 additions and 110 deletions
|
@ -319,10 +319,10 @@ static void calculateVirtualPositionTarget_FW(float trackingPeriod)
|
|||
// turn direction to next waypoint
|
||||
loiterTurnDirection = posControl.activeWaypoint.nextTurnAngle > 0 ? 1 : -1; // 1 = right
|
||||
|
||||
needToCalculateCircularLoiter = true;
|
||||
}
|
||||
needToCalculateCircularLoiter = true;
|
||||
}
|
||||
posControl.flags.wpTurnSmoothingActive = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// We are closing in on a waypoint, calculate circular loiter if required
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue