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.""
This commit is contained in:
rusefillc 2022-07-26 04:19:32 -04:00
parent 36dcd48013
commit 30e1adf9c1
1 changed files with 2 additions and 2 deletions

View File

@ -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