This commit is contained in:
rusefi 2019-04-16 01:55:15 -04:00
parent 0c233459c5
commit b4f87ee4a9
1 changed files with 1 additions and 0 deletions

View File

@ -481,6 +481,7 @@ static void configureInputs(void) {
}
addChannel("hip", engineConfiguration->hipOutputChannel, ADC_FAST);
addChannel("baro", engineConfiguration->baroSensor.hwChannel, ADC_SLOW);
addChannel("TPS", engineConfiguration->tpsAdcChannel, ADC_SLOW);
addChannel("fuel", engineConfiguration->fuelLevelSensor, ADC_SLOW);
addChannel("pPS", engineConfiguration->throttlePedalPositionAdcChannel, ADC_SLOW);