Skip to content

Commit

Permalink
User was unable to find Ford Mustang firing order 1-5-4-2-6-3-7-8 in …
Browse files Browse the repository at this point in the history
…the list rusefi#4150
  • Loading branch information
rusefillc committed May 8, 2022
1 parent 7df4f36 commit bfc5076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/controllers/algo/firing_order.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ typedef enum __attribute__ ((__packed__)) {
// 8 cylinder
FO_1_8_4_3_6_5_7_2 = 5,
FO_1_8_7_2_6_5_4_3 = 11,
FO_1_5_4_2_6_3_7_8 = 12,
FO_1_5_4_2_6_3_7_8 = 12, // Ford Mustang
FO_1_2_7_8_4_5_6_3 = 19,
FO_1_3_7_2_6_5_4_8 = 20, // Ford 5.0 HO and 351W
FO_1_2_3_4_5_6_7_8 = 25, // linearly incrementing, for V8 testing
Expand Down

0 comments on commit bfc5076

Please sign in to comment.