Skip to content

Commit

Permalink
Rover: move call to BoardConfig.init to AP_Vehicle
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Jan 31, 2024
1 parent bb52056 commit 17c7a7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rover/system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ static void failsafe_check_static()

void Rover::init_ardupilot()
{
BoardConfig.init();
#if HAL_MAX_CAN_PROTOCOL_DRIVERS
can_mgr.init();
#endif
Expand Down

0 comments on commit 17c7a7d

Please sign in to comment.