aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/ADC/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/ADC/main.c')
-rw-r--r--testhal/STM32/ADC/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/ADC/main.c b/testhal/STM32/ADC/main.c
index ee6975046..20fa6005b 100644
--- a/testhal/STM32/ADC/main.c
+++ b/testhal/STM32/ADC/main.c
@@ -55,7 +55,7 @@ static const ADCConversionGroup adcgrpcfg = {
ADC_GRP1_NUM_CHANNELS,
adccallback,
0,
- ADC_CR2_TSVREFE | ADC_CR2_CONT,
+ ADC_CR2_TSVREFE,
0,
0,
ADC_SQR1_NUM_CH(ADC_GRP1_NUM_CHANNELS),