mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
feat(esp8266): init uart before phy init
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user