From 316d7ab63b8daa9f248f6815b41c77b6907d7654 Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 29 Nov 2019 00:26:17 -0500 Subject: [PATCH] steps towards dual ETB --- firmware/controllers/algo/engine_configuration.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/controllers/algo/engine_configuration.cpp b/firmware/controllers/algo/engine_configuration.cpp index 93675fc2da..b92a22be74 100644 --- a/firmware/controllers/algo/engine_configuration.cpp +++ b/firmware/controllers/algo/engine_configuration.cpp @@ -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;