Browse Source

Tracker: Update notify initilization

master
Michael du Breuil 7 years ago committed by Andrew Tridgell
parent
commit
465c2c475e
  1. 2
      AntennaTracker/system.cpp

2
AntennaTracker/system.cpp

@ -40,7 +40,7 @@ void Tracker::init_tracker() @@ -40,7 +40,7 @@ void Tracker::init_tracker()
#endif
// initialise notify
notify.init(false);
notify.init();
AP_Notify::flags.pre_arm_check = true;
AP_Notify::flags.pre_arm_gps_check = true;

Loading…
Cancel
Save