From 89417f07a64e2126075b0a7a8cec0f7a69595f4d Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Wed, 31 Jan 2024 12:50:25 +1100 Subject: [PATCH] ArduPlane: move call to BoardConfig.init to AP_Vehicle --- ArduPlane/system.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/ArduPlane/system.cpp b/ArduPlane/system.cpp index 70c09fda6a..e099f156ef 100644 --- a/ArduPlane/system.cpp +++ b/ArduPlane/system.cpp @@ -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