FlightTaskAuto: comment fix

This commit is contained in:
Dennis Mannhart
2018-02-13 13:47:30 +01:00
committed by Lorenz Meier
parent 69ea4df45c
commit e2347c30f6
3 changed files with 28 additions and 26 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ bool FlightTaskAuto::_evaluateTriplets()
_prev_wp = _position;
}
/* Check if previous is valid and update accordingly */
/* Check if next is valid and update accordingly */
if (_type == WaypointType::loiter) {
_next_wp = _target;