mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Plane: call AP_Vehicle setup code
This commit is contained in:
parent
866775103e
commit
500755b5db
@ -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…
Reference in New Issue
Block a user