Browse Source

Copter: call AP_Vehicle setup code

copter407
Andrew Tridgell 5 years ago
parent
commit
bd67a1c281
  1. 2
      ArduCopter/system.cpp

2
ArduCopter/system.cpp

@ -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…
Cancel
Save