Line | Branch | Decision | Exec | Source |
---|---|---|---|---|
1 | ||||
2 | #include "pch.h" | |||
3 | #include "defaults.h" | |||
4 | ||||
5 | #ifdef HW_HELLEN | |||
6 | #include "hellen_meta.h" | |||
7 | #endif // HW_HELLEN | |||
8 | ||||
9 | ✗ | void setFordEcoboost() { | ||
10 | ✗ | engineConfiguration->hpfpCamLobes = 4; | ||
11 | ✗ | setHpfpLobeProfileAngle(engineConfiguration->hpfpCamLobes); | ||
12 | ✗ | engineConfiguration->vvtMode[1] = VVT_BOSCH_QUICK_START; | ||
13 | ✗ | setInline4(); | ||
14 | ||||
15 | #ifdef HW_HELLEN_4K_GDI | |||
16 | #endif // HW_HELLEN_4K_GDI | |||
17 | ✗ | } | ||
18 |