From 30e1adf9c1be2161d6927e75b7793d224b5fe0d4 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Tue, 26 Jul 2022 04:19:32 -0400 Subject: [PATCH] removing -DEFI_OVERRIDE_FAST_ADC_FOR_STM32H7=TRUE in light of "// https://github.com/rusefi/rusefi/issues/3301 "H7 is currently actually using fast ADC exclusively - it just needs a bit of plumbing to make it work."" --- firmware/config/boards/hellen/hellen81/board.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/config/boards/hellen/hellen81/board.mk b/firmware/config/boards/hellen/hellen81/board.mk index 56102b47a5..502b4bfe71 100644 --- a/firmware/config/boards/hellen/hellen81/board.mk +++ b/firmware/config/boards/hellen/hellen81/board.mk @@ -16,10 +16,10 @@ DDEFS += -DFIRMWARE_ID=\"hellen81\" DDEFS += -DHAL_TRIGGER_USE_ADC=TRUE # we need fast ADC for software trigger detector -#DDEFS += -DEFI_OVERRIDE_FAST_ADC_FOR_STM32H7=TRUE -DADC_FAST_DEVICE=ADCD1 -DADC_SLOW_DEVICE=ADCD3 -DSTM32_ADC_USE_ADC3=TRUE +#DDEFS += -DADC_FAST_DEVICE=ADCD1 -DADC_SLOW_DEVICE=ADCD3 -DSTM32_ADC_USE_ADC3=TRUE #DDEFS += -DADC_SLOW_DEVICE=ADCD3 -DSTM32_ADC_USE_ADC3=TRUE -DDEFS += -DEFI_OVERRIDE_FAST_ADC_FOR_STM32H7=TRUE -DADC_FAST_DEVICE=ADCD1 -DEFI_USE_ONLY_FAST_ADC=TRUE -DEFI_FASTER_UNIFORM_ADC=TRUE +DDEFS += -DADC_FAST_DEVICE=ADCD1 -DEFI_USE_ONLY_FAST_ADC=TRUE -DEFI_FASTER_UNIFORM_ADC=TRUE DDEFS += -DADC_BUF_DEPTH_FAST=1 DDEFS += -DADC_BUF_NUM_AVG=1 #DDEFS += -DADC_SLOW_DEVICE=ADCD1