steps towards dual ETB

This commit is contained in:
rusefi 2019-11-29 00:23:15 -05:00
parent f1acede97e
commit 88d8768835
1 changed files with 2 additions and 0 deletions

View File

@ -308,6 +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->acSwitchAdc = EFI_ADC_NONE;
engineConfiguration->externalKnockSenseAdc = EFI_ADC_NONE;
engineConfiguration->fuelLevelSensor = EFI_ADC_NONE;