We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5cb4f commit 88e139eCopy full SHA for 88e139e
cores/arduino/stm32/analog.c
@@ -614,7 +614,7 @@ uint16_t adc_read_value(PinName pin)
614
return 0;
615
}
616
617
-#if defined (STM32F0xx) || defined (STM32F1xx) || defined (STM32F3xx) || defined (STM32L4xx)
+#if defined (STM32F0xx) || defined (STM32F1xx) || defined (STM32F3xx) || defined (STM32L0xx) || defined (STM32L4xx)
618
/*##-2.1- Calibrate ADC then Start the conversion process ####################*/
619
#if defined (STM32F0xx) || defined (STM32F1xx)
620
if (HAL_ADCEx_Calibration_Start(&AdcHandle) != HAL_OK)
0 commit comments