ArduPlane: move call to BoardConfig.init to AP_Vehicle

This commit is contained in:
Peter Barker 2024-01-31 12:50:25 +11:00 committed by Peter Barker
parent 9656ecdbba
commit 89417f07a6

View File

@ -19,9 +19,6 @@ void Plane::init_ardupilot()
ins.set_log_raw_bit(MASK_LOG_IMU_RAW);
// setup any board specific drivers
BoardConfig.init();
#if HAL_MAX_CAN_PROTOCOL_DRIVERS
can_mgr.init();
#endif