Tracker: 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 296090bb11
commit 1c80e510db
1 changed files with 0 additions and 3 deletions

View File

@ -88,9 +88,6 @@ void Tracker::init_tracker()
// initialise rc channels including setting mode
rc().init();
// run all the vehicle initialization routines
init_vehicle();
// initialise servos
init_servos();