Browse Source

Plane: change code URL

master
Andrew Tridgell 9 years ago
parent
commit
b47b558246
  1. 2
      ArduPlane/altitude.cpp

2
ArduPlane/altitude.cpp

@ -76,7 +76,7 @@ void Plane::setup_glide_slope(void) @@ -76,7 +76,7 @@ void Plane::setup_glide_slope(void)
case GUIDED:
/* glide down slowly if above target altitude, but ascend more
rapidly if below it. See
https://github.com/diydrones/ardupilot/issues/39
https://github.com/ArduPilot/ardupilot/issues/39
*/
if (above_location_current(next_WP_loc)) {
set_offset_altitude_location(next_WP_loc);

Loading…
Cancel
Save