doc
This commit is contained in:
parent
145879bc7f
commit
cc217bbe55
|
@ -68,7 +68,7 @@ typedef enum {
|
||||||
// 12 cylinder
|
// 12 cylinder
|
||||||
FO_1_7_5_11_3_9_6_12_2_8_4_10 = 15, // bmw M70 & M73, Ferrari 456M GT V12
|
FO_1_7_5_11_3_9_6_12_2_8_4_10 = 15, // bmw M70 & M73, Ferrari 456M GT V12
|
||||||
FO_1_7_4_10_2_8_6_12_3_9_5_11 = 16, // Lamborghini Diablo VT, typical rusEfi use-case
|
FO_1_7_4_10_2_8_6_12_3_9_5_11 = 16, // Lamborghini Diablo VT, typical rusEfi use-case
|
||||||
FO_1_12_5_8_3_10_6_7_2_11_4_9 = 18, // VAG W12
|
FO_1_12_5_8_3_10_6_7_2_11_4_9 = 18, // VAG W12, M120
|
||||||
// 1,12,7,6,3,10,11,2,5,8,9,4 Rolls-Royce Merlin
|
// 1,12,7,6,3,10,11,2,5,8,9,4 Rolls-Royce Merlin
|
||||||
// 1,12,4,9,2,11,6,7,3,10,5,8 Lamborghini Aventador
|
// 1,12,4,9,2,11,6,7,3,10,5,8 Lamborghini Aventador
|
||||||
FO_1_2_3_4_5_6_7_8_9_10_11_12 = 23, // mostly for hardware testing purposes
|
FO_1_2_3_4_5_6_7_8_9_10_11_12 = 23, // mostly for hardware testing purposes
|
||||||
|
|
Loading…
Reference in New Issue