mirror of https://github.com/ArduPilot/ardupilot
Copter: landing gear init on startup
This commit is contained in:
parent
42cab6b533
commit
8dadbaa850
|
@ -250,6 +250,9 @@ void Copter::init_ardupilot()
|
|||
init_precland();
|
||||
#endif
|
||||
|
||||
// initialise landing gear position
|
||||
landinggear.init();
|
||||
|
||||
#ifdef USERHOOK_INIT
|
||||
USERHOOK_INIT
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue