dual throttle re-init bugfix thank you andreika!

This commit is contained in:
rusefi 2019-12-01 09:39:34 -05:00
parent da42d0dd3d
commit 1d817e9768
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ bool isETBRestartNeeded(void) {
/**
* 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) {
return changed;
}