forked from Archive/PX4-Autopilot
vehicle_status_flags: remove unused circuit_breaker_engaged_gpsfailure_check
This commit is contained in:
parent
7cf1bb7f7f
commit
253296eec7
|
@ -18,7 +18,6 @@ bool condition_escs_error # set to true if one or more ESCs reporting esc
|
|||
bool circuit_breaker_engaged_power_check
|
||||
bool circuit_breaker_engaged_airspd_check
|
||||
bool circuit_breaker_engaged_enginefailure_check
|
||||
bool circuit_breaker_engaged_gpsfailure_check
|
||||
bool circuit_breaker_flight_termination_disabled
|
||||
bool circuit_breaker_engaged_usb_check
|
||||
bool circuit_breaker_engaged_posfailure_check # set to true when the position valid checks have been disabled
|
||||
|
|
Loading…
Reference in New Issue