Copter: land by default at end of RTL

This commit is contained in:
Randy Mackay 2013-08-30 10:34:23 +09:00
parent 6568234018
commit 7c78936bc5

View File

@ -746,7 +746,7 @@
// RTL Mode
#ifndef RTL_ALT_FINAL
# define RTL_ALT_FINAL 200 // the altitude the vehicle will move to as the final stage of Returning to Launch. Set to zero to land.
# define RTL_ALT_FINAL 0 // the altitude the vehicle will move to as the final stage of Returning to Launch. Set to zero to land.
#endif
#ifndef RTL_ALT