From 6b6c8abfc40e5391ba0fef932047ad8eb848a27d Mon Sep 17 00:00:00 2001 From: rusefillc Date: Tue, 24 Aug 2021 07:31:55 -0400 Subject: [PATCH] firing order for some 911 --- firmware/controllers/math/engine_math.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/controllers/math/engine_math.cpp b/firmware/controllers/math/engine_math.cpp index 51ff79c0d1..5c29f2884a 100644 --- a/firmware/controllers/math/engine_math.cpp +++ b/firmware/controllers/math/engine_math.cpp @@ -248,7 +248,7 @@ static const int *getFiringOrderTable(DECLARE_ENGINE_PARAMETER_SIGNATURE) case FO_1_4_3_6_2_5: return order_1_4_3_6_2_5; case FO_1_6_2_4_3_5: - return order_1_6_2_4_3_5: + return order_1_6_2_4_3_5; // 8 cylinder case FO_1_8_4_3_6_5_7_2: