auto-sync
This commit is contained in:
parent
a9859197f7
commit
89e37bd257
|
@ -37,7 +37,7 @@ static void setMafVoltage(float voltage) {
|
||||||
}
|
}
|
||||||
|
|
||||||
static void setAfrVoltage(float voltage) {
|
static void setAfrVoltage(float voltage) {
|
||||||
setVoltage(engineConfiguration->afrSensor.afrAdcChannel, voltage);
|
setVoltage(engineConfiguration->afr.hwChannel, voltage);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void setTpsVoltage(float voltage) {
|
static void setTpsVoltage(float voltage) {
|
||||||
|
|
Loading…
Reference in New Issue