Line | Branch | Decision | Exec | Source |
---|---|---|---|---|
1 | #include "pch.h" | |||
2 | ||||
3 | ✗ | void setToyota1NZFE() { | ||
4 | ✗ | engineConfiguration->ignitionMode = IM_INDIVIDUAL_COILS; | ||
5 | ✗ | engineConfiguration->displacement = 1.5; | ||
6 | ✗ | engineConfiguration->globalTriggerAngleOffset = 230.0; | ||
7 | ✗ | engineConfiguration->vvtMode[0] = VVT_TOYOTA_4_1; | ||
8 | ✗ | engineConfiguration->vvtOffsets[0] = 316.0; | ||
9 | ✗ | } | ||
10 |