aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32L1xx/ADC
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32L1xx/ADC')
-rw-r--r--testhal/STM32L1xx/ADC/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32L1xx/ADC/main.c b/testhal/STM32L1xx/ADC/main.c
index 9f740a49c..b9890100e 100644
--- a/testhal/STM32L1xx/ADC/main.c
+++ b/testhal/STM32L1xx/ADC/main.c
@@ -63,7 +63,7 @@ static const ADCConversionGroup adcgrpcfg1 = {
adcerrorcallback,
0, 0, /* CR1, CR2 */
0, /* SMPR1 */
- ADC_SMPR2_SMP_AN10(ADC_SAMPLE_9),
+ ADC_SMPR2_SMP_AN10(ADC_SAMPLE_4),
0, /* SMPR3 */
ADC_SQR1_NUM_CH(ADC_GRP1_NUM_CHANNELS),
0, 0, 0, /* SQR2, SQR3, SQR4 */