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;