ArduCopter: move can_mgr.init call up to AP_Vehicle

... also adds the call for Blimp...
This commit is contained in:
Peter Barker 2024-02-01 11:02:44 +11:00 committed by Andrew Tridgell
parent f0d99535e2
commit af5cba5826
1 changed files with 0 additions and 4 deletions

View File

@ -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();