mirror of https://github.com/ArduPilot/ardupilot
AutoLanding timeout for Mission Planner
This commit is contained in:
parent
c5dd970026
commit
bf8774c2f8
|
@ -385,6 +385,10 @@
|
|||
# define MAXIMUM_THROTTLE 1000
|
||||
#endif
|
||||
|
||||
#ifndef AUTO_LAND_TIME
|
||||
# define AUTO_LAND_TIME 20
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue