mirror of https://github.com/ArduPilot/ardupilot
Rover: move can_mgr.init call up to AP_Vehicle
... also adds the call for Blimp...
This commit is contained in:
parent
cb05eef238
commit
17145bea46
|
@ -14,10 +14,6 @@ static void failsafe_check_static()
|
|||
|
||||
void Rover::init_ardupilot()
|
||||
{
|
||||
#if HAL_MAX_CAN_PROTOCOL_DRIVERS
|
||||
can_mgr.init();
|
||||
#endif
|
||||
|
||||
// init gripper
|
||||
#if AP_GRIPPER_ENABLED
|
||||
g2.gripper.init();
|
||||
|
|
Loading…
Reference in New Issue