This commit is contained in:
Matthew Kennedy 2024-11-18 02:45:45 -08:00 committed by rusefillc
parent 23e20075dc
commit 977850e2b4
1 changed files with 4 additions and 0 deletions

View File

@ -254,7 +254,11 @@
#define STM32_ADC_DUAL_MODE FALSE
#define STM32_ADC_COMPACT_SAMPLES FALSE
#define STM32_ADC_USE_ADC12 TRUE
#ifndef STM32_ADC_USE_ADC3
#define STM32_ADC_USE_ADC3 FALSE
#endif /* STM32_ADC_USE_ADC3 */
#define STM32_ADC_ADC12_DMA_STREAM STM32_DMA_STREAM_ID_ANY
#define STM32_ADC_ADC3_BDMA_STREAM STM32_BDMA_STREAM_ID_ANY
#define STM32_ADC_ADC12_DMA_PRIORITY 2