Browse Source

ArduCopter: alt hold bug fix - removed reset next_WP in init_home

mission-4.1.18
rmackay9 13 years ago
parent
commit
889d1bb36c
  1. 3
      ArduCopter/commands.pde

3
ArduCopter/commands.pde

@ -208,9 +208,6 @@ static void init_home() @@ -208,9 +208,6 @@ static void init_home()
// Save prev loc this makes the calcs look better before commands are loaded
prev_WP = home;
// in case we RTL
next_WP = home;
// Load home for a default guided_WP
// -------------
guided_WP = home;

Loading…
Cancel
Save