Plane: use set_mode() in do_RTL()

thanks to Randy for spotting this
This commit is contained in:
Andrew Tridgell 2014-03-15 22:15:06 +11:00
parent 68462025ba
commit 2b8cc1a1df
1 changed files with 1 additions and 1 deletions

View File

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