mirror of https://github.com/ArduPilot/ardupilot
AP_Vehicle: move can_mgr.init call up to AP_Vehicle
... also adds the call for Blimp...
This commit is contained in:
parent
2f42f55278
commit
e660a1925e
|
@ -360,6 +360,10 @@ void AP_Vehicle::setup()
|
|||
|
||||
BoardConfig.init();
|
||||
|
||||
#if HAL_CANMANAGER_ENABLED
|
||||
can_mgr.init();
|
||||
#endif
|
||||
|
||||
// init_ardupilot is where the vehicle does most of its initialisation.
|
||||
init_ardupilot();
|
||||
|
||||
|
|
Loading…
Reference in New Issue