mirror of https://github.com/ArduPilot/ardupilot
Tracker: removed init_vehicle from separate vehicles
use common call from AP_BoardConfig
This commit is contained in:
parent
296090bb11
commit
1c80e510db
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue