aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F37x
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F37x')
-rw-r--r--testhal/STM32F37x/ADC/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testhal/STM32F37x/ADC/main.c b/testhal/STM32F37x/ADC/main.c
index 20e8ff8db..512583a33 100644
--- a/testhal/STM32F37x/ADC/main.c
+++ b/testhal/STM32F37x/ADC/main.c
@@ -149,6 +149,7 @@ int main(void) {
* measurement.
*/
adcStart(&ADCD1, NULL);
+ adcSTM32Calibrate(&ADCD1);
adcSTM32EnableTSVREFE();
adcSTM32EnableVBATE();