mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 22:18:29 -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
|
||||
BoardConfig.init_safety();
|
||||
|
||||
vehicle_setup();
|
||||
|
||||
hal.console->printf("\nReady to FLY ");
|
||||
|
||||
// flag that initialisation has completed
|
||||
|
Loading…
Reference in New Issue
Block a user