AntennaTracker: move can_mgr.init call up to AP_Vehicle

... also adds the call for Blimp...
This commit is contained in:
Peter Barker 2024-02-01 11:02:43 +11:00 committed by Andrew Tridgell
parent e660a1925e
commit f0d99535e2
1 changed files with 0 additions and 4 deletions

View File

@ -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;