Plane: removed init_vehicle from separate vehicles

use common call from AP_BoardConfig
This commit is contained in:
Andrew Tridgell 2019-12-30 10:53:02 +11:00
parent 630bd7062c
commit 77f0810f01
1 changed files with 0 additions and 3 deletions

View File

@ -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();