1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-26 01:35:35 +03:00

fixed indentation

This commit is contained in:
Roman Lut 2023-03-06 20:18:11 +01:00
parent 064c6e2b52
commit 7afaa0db34
6 changed files with 102 additions and 110 deletions

View file

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