mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tracker: Remove unneeded battery failsafe flag clearing
This commit is contained in:
parent
1c276e6af7
commit
4d753ab8e0
@ -43,7 +43,6 @@ void Tracker::init_tracker()
|
|||||||
notify.init(false);
|
notify.init(false);
|
||||||
AP_Notify::flags.pre_arm_check = true;
|
AP_Notify::flags.pre_arm_check = true;
|
||||||
AP_Notify::flags.pre_arm_gps_check = true;
|
AP_Notify::flags.pre_arm_gps_check = true;
|
||||||
AP_Notify::flags.failsafe_battery = false;
|
|
||||||
|
|
||||||
// init baro before we start the GCS, so that the CLI baro test works
|
// init baro before we start the GCS, so that the CLI baro test works
|
||||||
barometer.set_log_baro_bit(MASK_LOG_IMU);
|
barometer.set_log_baro_bit(MASK_LOG_IMU);
|
||||||
|
Loading…
Reference in New Issue
Block a user