mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
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
Block a user