fix(esp_adc): Release the peripheral after calibration

This commit is contained in:
Deomid rojer Ryabkov
2025-06-14 18:31:32 +03:00
committed by gaoxu
parent 575007a244
commit 704a4fd610

View File

@@ -74,5 +74,6 @@ static __attribute__((constructor)) void adc_hw_calibration(void)
#endif #endif
} }
} }
adc_apb_periph_free();
} }
#endif //#if SOC_ADC_CALIBRATION_V1_SUPPORTED #endif //#if SOC_ADC_CALIBRATION_V1_SUPPORTED