Plane: call AP_Vehicle setup code

This commit is contained in:
Andrew Tridgell 2020-06-05 12:15:25 +10:00
parent 866775103e
commit 500755b5db

View File

@ -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();