Browse Source

Rover: Remove unneeded battery failsafe flag clearing

mission-4.1.18
Michael du Breuil 7 years ago committed by Andrew Tridgell
parent
commit
b5bc9e5147
  1. 1
      APMrover2/system.cpp

1
APMrover2/system.cpp

@ -58,7 +58,6 @@ void Rover::init_ardupilot() @@ -58,7 +58,6 @@ void Rover::init_ardupilot()
// initialise notify system
notify.init(false);
AP_Notify::flags.failsafe_battery = false;
notify_mode(control_mode);
ServoRelayEvents.set_channel_mask(0xFFF0);

Loading…
Cancel
Save