Plane: change code URL

This commit is contained in:
Andrew Tridgell 2016-03-25 20:47:03 +11:00
parent 224c99af72
commit b47b558246

View File

@ -76,7 +76,7 @@ void Plane::setup_glide_slope(void)
case GUIDED: case GUIDED:
/* glide down slowly if above target altitude, but ascend more /* glide down slowly if above target altitude, but ascend more
rapidly if below it. See 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)) { if (above_location_current(next_WP_loc)) {
set_offset_altitude_location(next_WP_loc); set_offset_altitude_location(next_WP_loc);