Copter: call AP_Vehicle setup code

This commit is contained in:
Andrew Tridgell 2020-06-05 12:15:25 +10:00
parent f2bca400c4
commit bd67a1c281
1 changed files with 2 additions and 0 deletions

View File

@ -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