We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adcbdd7 commit 2435ffdCopy full SHA for 2435ffd
components/esp_adc/adc_common.c
@@ -77,5 +77,6 @@ static __attribute__((constructor)) void adc_hw_calibration(void)
77
}
78
79
ANALOG_CLOCK_DISABLE();
80
+ adc_apb_periph_free();
81
82
#endif //#if SOC_ADC_CALIBRATION_V1_SUPPORTED
0 commit comments