Tracker: pre_arm_gps_check flag always true

This commit is contained in:
Randy Mackay 2014-12-24 22:26:32 +09:00
parent 4db219e70a
commit 860e4b1ce2

View File

@ -263,6 +263,7 @@ void setup()
// antenna tracker does not use pre-arm checks or battery failsafe
AP_Notify::flags.pre_arm_check = true;
AP_Notify::flags.pre_arm_gps_check = true;
AP_Notify::flags.failsafe_battery = false;
notify.init(false);