mirror of https://github.com/ArduPilot/ardupilot
AntennaTracker: move can_mgr.init call up to AP_Vehicle
... also adds the call for Blimp...
This commit is contained in:
parent
e660a1925e
commit
f0d99535e2
|
@ -5,10 +5,6 @@ static const StorageAccess wp_storage(StorageManager::StorageMission);
|
|||
|
||||
void Tracker::init_ardupilot()
|
||||
{
|
||||
#if HAL_MAX_CAN_PROTOCOL_DRIVERS
|
||||
can_mgr.init();
|
||||
#endif
|
||||
|
||||
// initialise notify
|
||||
notify.init();
|
||||
AP_Notify::flags.pre_arm_check = true;
|
||||
|
|
Loading…
Reference in New Issue