Browse Source

Rover: removed init_vehicle from separate vehicles

use common call from AP_BoardConfig
zr-v5.1
Andrew Tridgell 5 years ago
parent
commit
08c313fa8d
  1. 3
      APMrover2/system.cpp

3
APMrover2/system.cpp

@ -132,9 +132,6 @@ void Rover::init_ardupilot() @@ -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.

Loading…
Cancel
Save