fix(esp_phy): check hw freq hop done before disabling common clock

This commit is contained in:
zwx
2026-03-09 14:31:27 +08:00
parent efad0d6092
commit d6736def41
5 changed files with 15 additions and 1 deletions

View File

@@ -266,6 +266,12 @@ void esp_phy_sleep_data_init(void);
void esp_phy_sleep_data_deinit(void);
#endif
/**
* @brief Wait for frequency hardware hop to complete
*
*/
void phy_wait_freq_hw_hop_done(void);
#ifdef __cplusplus
}
#endif