Skip to content

Commit

Permalink
ArduSub: move can_mgr.init call up to AP_Vehicle
Browse files Browse the repository at this point in the history
... also adds the call for Blimp...
  • Loading branch information
peterbarker authored and tridge committed Feb 6, 2024
1 parent e7a6a2e commit cb05eef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ArduSub/system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ static void failsafe_check_static()

void Sub::init_ardupilot()
{
#if HAL_MAX_CAN_PROTOCOL_DRIVERS
can_mgr.init();
#endif

// init cargo gripper
#if AP_GRIPPER_ENABLED
g2.gripper.init();
Expand Down

0 comments on commit cb05eef

Please sign in to comment.