Browse Source

Bug fix: When adjusting altitude, RTL then land will fail unless this var is reset to false.

mission-4.1.18
Jason Short 13 years ago
parent
commit
71f80f3a77
  1. 1
      ArduCopter/system.pde

1
ArduCopter/system.pde

@ -400,6 +400,7 @@ static void set_mode(byte mode) @@ -400,6 +400,7 @@ static void set_mode(byte mode)
// clearing value used to force the copter down in landing mode
landing_boost = 0;
reset_throttle_flag = false;
// do we want to come to a stop or pass a WP?
slow_wp = false;

Loading…
Cancel
Save