Sub: 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 77f0810f01
commit 5c342c3dab
1 changed files with 0 additions and 3 deletions

View File

@ -99,9 +99,6 @@ void Sub::init_ardupilot()
relay.init();
// 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.