From 09fed07994dcc17617c711a5779f6fd69eea34aa Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 22 May 2023 08:32:27 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16254 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- testhal/STM32/multi/ADC/cfg/stm32wl55jc_nucleo64/portab.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testhal/STM32/multi/ADC/cfg/stm32wl55jc_nucleo64/portab.c b/testhal/STM32/multi/ADC/cfg/stm32wl55jc_nucleo64/portab.c index 1fbd05077..f07a297df 100644 --- a/testhal/STM32/multi/ADC/cfg/stm32wl55jc_nucleo64/portab.c +++ b/testhal/STM32/multi/ADC/cfg/stm32wl55jc_nucleo64/portab.c @@ -71,7 +71,7 @@ const ADCConversionGroup portab_adcgrpcfg1 = { .tr3 = ADC_TR_DISABLED, .awd2cr = 0U, .awd3cr = 0U, - .smpr = ADC_SMPR_SMP_1P5, + .smpr = ADC_SMPR_SMP1_1P5, .chselr = ADC_CHSELR_CHSEL10 }; @@ -94,7 +94,7 @@ const ADCConversionGroup portab_adcgrpcfg2 = { .tr3 = ADC_TR_DISABLED, .awd2cr = 0U, .awd3cr = 0U, - .smpr = ADC_SMPR_SMP_39P5, + .smpr = ADC_SMPR_SMP1_39P5, .chselr = ADC_CHSELR_CHSEL10 | ADC_CHSELR_CHSEL11 | ADC_CHSELR_CHSEL12 | ADC_CHSELR_CHSEL13 };