mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
Rover: Remove unneeded battery failsafe flag clearing
This commit is contained in:
parent
4d753ab8e0
commit
b5bc9e5147
@ -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…
Reference in New Issue
Block a user