change(pm): esp32c5 hardware does not have clk_fe_cal_160m_en

This commit is contained in:
Lou Tianhao
2024-03-26 17:33:31 +08:00
parent bd4147b5ef
commit 4535dfdd49
2 changed files with 0 additions and 8 deletions

View File

@@ -115,7 +115,6 @@ void IRAM_ATTR modem_clock_hal_enable_modem_adc_common_fe_clock(modem_clock_hal_
void IRAM_ATTR modem_clock_hal_enable_modem_private_fe_clock(modem_clock_hal_context_t *hal, bool enable)
{
if (enable) {
modem_syscon_ll_enable_fe_cal_160m_clock(hal->syscon_dev, enable);
modem_syscon_ll_enable_fe_160m_clock(hal->syscon_dev, enable);
}
}