steps towards dual ETB

This commit is contained in:
rusefi 2019-11-29 00:26:17 -05:00
parent 784610c5c3
commit 316d7ab63b
1 changed files with 2 additions and 2 deletions

View File

@ -308,8 +308,8 @@ void prepareVoidConfiguration(engine_configuration_s *engineConfiguration) {
engineConfiguration->vbattAdcChannel = EFI_ADC_NONE;
engineConfiguration->map.sensor.hwChannel = EFI_ADC_NONE;
engineConfiguration->mafAdcChannel = EFI_ADC_NONE;
engineConfiguration->engineConfiguration->tps1_1AdcChannel = EFI_ADC_NONE;
engineConfiguration->engineConfiguration->tps2_1AdcChannel = EFI_ADC_NONE;
engineConfiguration->tps1_1AdcChannel = EFI_ADC_NONE;
engineConfiguration->tps2_1AdcChannel = EFI_ADC_NONE;
engineConfiguration->acSwitchAdc = EFI_ADC_NONE;
engineConfiguration->externalKnockSenseAdc = EFI_ADC_NONE;
engineConfiguration->fuelLevelSensor = EFI_ADC_NONE;