Browse Source

ArduSub: moved init_safety to AP_Vehicle

c415-sdk
Andrew Tridgell 4 years ago
parent
commit
aca46c177d
  1. 3
      ArduSub/system.cpp

3
ArduSub/system.cpp

@ -178,9 +178,6 @@ void Sub::init_ardupilot() @@ -178,9 +178,6 @@ void Sub::init_ardupilot()
ins.set_log_raw_bit(MASK_LOG_IMU_RAW);
// disable safety if requested
BoardConfig.init_safety();
// flag that initialisation has completed
ap.initialised = true;
}

Loading…
Cancel
Save