mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-04 10:50:35 +08:00
navigator: remove redudant line
This commit is contained in:
@@ -986,8 +986,6 @@ Navigator::start_waypoint()
|
||||
/* this means we should start fresh */
|
||||
if (_current_mission_index == 0) {
|
||||
|
||||
/* Reset the index to start with the first mission item */
|
||||
_current_mission_index = 0;
|
||||
_mission_item_triplet.previous_valid = false;
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user