mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-09 01:13:57 -04:00
Copter: call AP_Vehicle setup code
This commit is contained in:
parent
cb13b8aed1
commit
866775103e
@ -255,6 +255,8 @@ void Copter::init_ardupilot()
|
|||||||
// disable safety if requested
|
// disable safety if requested
|
||||||
BoardConfig.init_safety();
|
BoardConfig.init_safety();
|
||||||
|
|
||||||
|
vehicle_setup();
|
||||||
|
|
||||||
hal.console->printf("\nReady to FLY ");
|
hal.console->printf("\nReady to FLY ");
|
||||||
|
|
||||||
// flag that initialisation has completed
|
// flag that initialisation has completed
|
||||||
|
Loading…
Reference in New Issue
Block a user