dual throttle re-init bugfix thank you andreika!
This commit is contained in:
parent
da42d0dd3d
commit
1d817e9768
|
@ -536,7 +536,7 @@ bool isETBRestartNeeded(void) {
|
||||||
/**
|
/**
|
||||||
* We do not want any interruption in HW pin while adjusting other properties
|
* We do not want any interruption in HW pin while adjusting other properties
|
||||||
*/
|
*/
|
||||||
bool changed = isEtbPinsChanged(&engineConfiguration->etbIo[0], &activeConfiguration.etbIo[0]);
|
bool changed = isEtbPinsChanged(&engineConfiguration->etbIo[i], &activeConfiguration.etbIo[i]);
|
||||||
if (changed) {
|
if (changed) {
|
||||||
return changed;
|
return changed;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue