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 1431d95de615..133b1a363e82 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.10, 0.10, 0.10]; + let reverse_thrust_ratio = [0., 0., 0.04, 0.15, 0.15, 0.15]; Ratio::new::(interpolation( &n1_breakpoints,