git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16254 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2023-05-22 08:32:27 +00:00
parent 18417898f3
commit 09fed07994
1 changed files with 2 additions and 2 deletions

View File

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