feat(esp8266): init uart before phy init

This commit is contained in:
Zhang Jun Hao
2020-06-09 15:17:46 +08:00
parent 98df026b68
commit 068901a8a7
3 changed files with 35 additions and 0 deletions

View File

@ -165,6 +165,11 @@ esp_err_t esp_phy_rf_deinit(phy_rf_module_t module);
*/
void esp_phy_load_cal_and_init(phy_rf_module_t module);
/**
* @brief Initializing system hardware clock.
*/
void esp_phy_init_clk(void);
#ifdef __cplusplus
}
#endif