Skip to content
Snippets Groups Projects
Commit 4db219e7 authored by Randy Mackay's avatar Randy Mackay
Browse files

Rover: pre_arm_gps_check flag always true

parent 11def53c
No related branches found
No related tags found
No related merge requests found
......@@ -548,6 +548,7 @@ void setup() {
// rover does not use arming nor pre-arm checks
AP_Notify::flags.armed = true;
AP_Notify::flags.pre_arm_check = true;
AP_Notify::flags.pre_arm_gps_check = true;
AP_Notify::flags.failsafe_battery = false;
notify.init(false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment