mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
ArduPlane: move call to BoardConfig.init to AP_Vehicle
This commit is contained in:
parent
9656ecdbba
commit
89417f07a6
@ -19,9 +19,6 @@ void Plane::init_ardupilot()
|
|||||||
|
|
||||||
ins.set_log_raw_bit(MASK_LOG_IMU_RAW);
|
ins.set_log_raw_bit(MASK_LOG_IMU_RAW);
|
||||||
|
|
||||||
// setup any board specific drivers
|
|
||||||
BoardConfig.init();
|
|
||||||
|
|
||||||
#if HAL_MAX_CAN_PROTOCOL_DRIVERS
|
#if HAL_MAX_CAN_PROTOCOL_DRIVERS
|
||||||
can_mgr.init();
|
can_mgr.init();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user