We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ddecc3 commit 2b7ce03Copy full SHA for 2b7ce03
cores/arduino/stm32/analog.cpp
@@ -845,7 +845,6 @@ uint16_t adc_read_value(PinName pin)
845
#if defined(STM32G0xx)
846
AdcHandle.Init.SamplingTimeCommon1 = samplingTime; /* Set sampling time common to a group of channels. */
847
AdcHandle.Init.SamplingTimeCommon2 = samplingTime; /* Set sampling time common to a group of channels, second common setting possible.*/
848
- AdcHandle.Init.TriggerFrequencyMode = ADC_TRIGGER_FREQ_HIGH;
849
#endif
850
#if defined(STM32L0xx)
851
AdcHandle.Init.LowPowerFrequencyMode = DISABLE; /* To be enabled only if ADC clock < 2.8 MHz */
0 commit comments