diff --git a/ArduPlane/system.cpp b/ArduPlane/system.cpp index b9674a948c..05f3ff63ca 100644 --- a/ArduPlane/system.cpp +++ b/ArduPlane/system.cpp @@ -179,6 +179,9 @@ void Plane::init_ardupilot() g2.gripper.init(); #endif + // call AP_Vehicle setup code + vehicle_setup(); + // disable safety if requested BoardConfig.init_safety();