mirror of https://github.com/ArduPilot/ardupilot
Tracker: Update notify initilization
This commit is contained in:
parent
ad185edd48
commit
465c2c475e
|
@ -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…
Reference in New Issue