Tracker: Update notify initilization

This commit is contained in:
Michael du Breuil 2018-07-25 18:11:00 -07:00 committed by Andrew Tridgell
parent ad185edd48
commit 465c2c475e
1 changed files with 1 additions and 1 deletions

View File

@ -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;