ArduPlane: 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:44 +11:00 committed by Andrew Tridgell
parent af5cba5826
commit e7a6a2e3ec

View File

@ -19,10 +19,6 @@ void Plane::init_ardupilot()
ins.set_log_raw_bit(MASK_LOG_IMU_RAW);
#if HAL_MAX_CAN_PROTOCOL_DRIVERS
can_mgr.init();
#endif
rollController.convert_pid();
pitchController.convert_pid();