Browse Source

Tracker: Remove unneeded battery failsafe flag clearing

master
Michael du Breuil 7 years ago committed by Andrew Tridgell
parent
commit
4d753ab8e0
  1. 1
      AntennaTracker/system.cpp

1
AntennaTracker/system.cpp

@ -43,7 +43,6 @@ void Tracker::init_tracker() @@ -43,7 +43,6 @@ void Tracker::init_tracker()
notify.init(false);
AP_Notify::flags.pre_arm_check = true;
AP_Notify::flags.pre_arm_gps_check = true;
AP_Notify::flags.failsafe_battery = false;
// init baro before we start the GCS, so that the CLI baro test works
barometer.set_log_baro_bit(MASK_LOG_IMU);

Loading…
Cancel
Save