mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-05 07:10:36 +08:00
FlightTaskAuto: comment fix
This commit is contained in:
committed by
Lorenz Meier
parent
69ea4df45c
commit
e2347c30f6
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user