Browse Source

ArduCopter: moved init_safety to AP_Vehicle

zr-v5.1
Andrew Tridgell 4 years ago
parent
commit
0329a46b4a
  1. 3
      ArduCopter/system.cpp

3
ArduCopter/system.cpp

@ -216,9 +216,6 @@ void Copter::init_ardupilot() @@ -216,9 +216,6 @@ void Copter::init_ardupilot()
enable_motor_output();
}
// disable safety if requested
BoardConfig.init_safety();
// flag that initialisation has completed
ap.initialised = true;
}

Loading…
Cancel
Save