diff --git a/fbw-common/src/wasm/systems/systems/src/engine/reverser_thrust.rs b/fbw-common/src/wasm/systems/systems/src/engine/reverser_thrust.rs index b53f5ff8a453..99d87179945f 100644 --- a/fbw-common/src/wasm/systems/systems/src/engine/reverser_thrust.rs +++ b/fbw-common/src/wasm/systems/systems/src/engine/reverser_thrust.rs @@ -52,7 +52,7 @@ impl ReverserThrust { fn reverse_thrust_ratio_from_n1(engine_n1: Ratio) -> Ratio { let n1_breakpoints = [0., 15., 20., 50., 55., 100.]; - let reverse_thrust_ratio = [0., 0., 0.04, 0.16, 0.16, 0.16]; + let reverse_thrust_ratio = [0., 0., 0.04, 0.20, 0.20, 0.20]; Ratio::new::(interpolation( &n1_breakpoints,