Rover: Remove unneeded battery failsafe flag clearing

This commit is contained in:
Michael du Breuil 2018-06-26 14:53:47 -07:00 committed by Andrew Tridgell
parent 4d753ab8e0
commit b5bc9e5147

View File

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