mirror of https://github.com/ArduPilot/ardupilot
Plane: removed init_vehicle from separate vehicles
use common call from AP_BoardConfig
This commit is contained in:
parent
630bd7062c
commit
77f0810f01
|
@ -137,9 +137,6 @@ void Plane::init_ardupilot()
|
|||
camera_mount.init();
|
||||
#endif
|
||||
|
||||
// run all the vehicle initialization routines
|
||||
init_vehicle();
|
||||
|
||||
#if LANDING_GEAR_ENABLED == ENABLED
|
||||
// initialise landing gear position
|
||||
g2.landing_gear.init();
|
||||
|
|
Loading…
Reference in New Issue