fix(CI): fix CI build

This commit is contained in:
zhangwenxu
2023-09-07 15:30:48 +08:00
parent 9e07fa9312
commit e5b96c94b5
6 changed files with 28 additions and 36 deletions
+1 -18
View File
@@ -269,18 +269,6 @@ esp_err_t esp_phy_apply_phy_init_data(uint8_t *init_data);
*/
char * get_phy_version_str(void);
/**
* @brief Enable phy track pll
*
*/
void phy_track_pll_init(void);
/**
* @brief Disable phy track pll
*
*/
void phy_track_pll_deinit(void);
/**
* @brief Set PHY init parameters
* @param param is 1 means combo module
@@ -289,15 +277,10 @@ void phy_init_param_set(uint8_t param);
/**
* @brief Wi-Fi RX enable
* @param enable True for enable wifi receiving mode as default, false for closing wifi receiving mode as default.
*/
void phy_wifi_enable_set(uint8_t enable);
/**
* @brief PHY temperature track
*/
void phy_param_track_tot(bool en_wifi, bool en_bt_154);
#ifdef __cplusplus
}
#endif