mirror of https://github.com/ArduPilot/ardupilot
Sub: removed init_vehicle from separate vehicles
use common call from AP_BoardConfig
This commit is contained in:
parent
77f0810f01
commit
5c342c3dab
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue