mirror of https://github.com/ArduPilot/ardupilot
Rover: move call to BoardConfig.init to AP_Vehicle
This commit is contained in:
parent
bb52056632
commit
17c7a7de5d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue