Rover: 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 1c80e510db
commit 08c313fa8d

View File

@ -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.