Browse Source

Plane: call AP_Vehicle setup code

copter407
Andrew Tridgell 5 years ago
parent
commit
69f98b618b
  1. 3
      ArduPlane/system.cpp

3
ArduPlane/system.cpp

@ -179,6 +179,9 @@ void Plane::init_ardupilot() @@ -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();

Loading…
Cancel
Save