Fix ground calc immediate
This commit is contained in:
parent
bbedfd3656
commit
1f13e2d971
1 changed files with 2 additions and 1 deletions
|
@ -88,8 +88,9 @@
|
||||||
<switch name="/ECAM/logic/ground-calc-immediate">
|
<switch name="/ECAM/logic/ground-calc-immediate">
|
||||||
<default value="0"/>
|
<default value="0"/>
|
||||||
<test logic="OR" value="1">
|
<test logic="OR" value="1">
|
||||||
|
/ECAM/flipflop/radar-altimeter-5-set eq 1
|
||||||
/ECAM/flipflop/radar-altimeter-5-output eq 1
|
/ECAM/flipflop/radar-altimeter-5-output eq 1
|
||||||
/position/gear-agl-ft lt 5
|
/gear/gear[1]/compression-norm ne 0
|
||||||
</test>
|
</test>
|
||||||
</switch>
|
</switch>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue