From 77f0810f01ce24e3aaedbc73e1d6f9479f1f8c75 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 30 Dec 2019 10:53:02 +1100 Subject: [PATCH] Plane: removed init_vehicle from separate vehicles use common call from AP_BoardConfig --- ArduPlane/system.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/ArduPlane/system.cpp b/ArduPlane/system.cpp index 20398fa444..e558df5bd9 100644 --- a/ArduPlane/system.cpp +++ b/ArduPlane/system.cpp @@ -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();