diff --git a/ArduCopter/system.cpp b/ArduCopter/system.cpp index ab894be7ed..295d67518d 100644 --- a/ArduCopter/system.cpp +++ b/ArduCopter/system.cpp @@ -316,6 +316,9 @@ void Copter::init_ardupilot() enable_motor_output(); } + // disable safety if requested + BoardConfig.init_safety(); + cliSerial->printf("\nReady to FLY "); // flag that initialisation has completed