From 08c313fa8d16cbb0910f879de29b84b3c7125acc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 30 Dec 2019 10:53:02 +1100 Subject: [PATCH] Rover: removed init_vehicle from separate vehicles use common call from AP_BoardConfig --- APMrover2/system.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/APMrover2/system.cpp b/APMrover2/system.cpp index bd26d7e9c2..c2656309d9 100644 --- a/APMrover2/system.cpp +++ b/APMrover2/system.cpp @@ -132,9 +132,6 @@ void Rover::init_ardupilot() camera_mount.init(); #endif - // run all the vehicle initialization routines - init_vehicle(); - /* setup the 'main loop is dead' check. Note that this relies on the RC library being initialised.