mirror of https://github.com/ArduPilot/ardupilot
AntennaTracker: move call to BoardConfig.init to AP_Vehicle
This commit is contained in:
parent
94be9cb8b6
commit
28e2c49293
|
@ -5,7 +5,6 @@ static const StorageAccess wp_storage(StorageManager::StorageMission);
|
|||
|
||||
void Tracker::init_ardupilot()
|
||||
{
|
||||
BoardConfig.init();
|
||||
#if HAL_MAX_CAN_PROTOCOL_DRIVERS
|
||||
can_mgr.init();
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue