mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
fix(esp_phy): check hw freq hop done before disabling common clock
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user