mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
fix(esp_adc): Release the peripheral after calibration
This commit is contained in:
committed by
Gao Xu
parent
98e06a5ed5
commit
060b4c9ef4
@@ -74,5 +74,6 @@ static __attribute__((constructor)) void adc_hw_calibration(void)
|
||||
#endif
|
||||
}
|
||||
}
|
||||
adc_apb_periph_free();
|
||||
}
|
||||
#endif //#if SOC_ADC_CALIBRATION_V1_SUPPORTED
|
||||
|
||||
Reference in New Issue
Block a user