Browse Source

Sub: removed init_vehicle from separate vehicles

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

3
ArduSub/system.cpp

@ -99,9 +99,6 @@ void Sub::init_ardupilot() @@ -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…
Cancel
Save