Browse Source

Plane: use set_mode() in do_RTL()

thanks to Randy for spotting this
mission-4.1.18
Andrew Tridgell 11 years ago
parent
commit
2b8cc1a1df
  1. 2
      ArduPlane/commands_logic.pde

2
ArduPlane/commands_logic.pde

@ -41,7 +41,7 @@ handle_process_nav_cmd() @@ -41,7 +41,7 @@ handle_process_nav_cmd()
break;
case MAV_CMD_NAV_RETURN_TO_LAUNCH:
do_RTL();
set_mode(RTL);
break;
default:

Loading…
Cancel
Save