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