mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
Merge branch 'contrib/github_pr_18972' into 'master'
docs(esp_eth): drop unreachable return code from esp_eth_phy_802_3_reset_hw (GitHub PR) Closes IDFGH-18139 See merge request espressif/esp-idf!51776
This commit is contained in:
@@ -231,7 +231,6 @@ esp_err_t esp_eth_phy_802_3_del(phy_802_3_t *phy_802_3);
|
||||
* @param phy_802_3 IEEE 802.3 PHY object infostructure
|
||||
* @return
|
||||
* - ESP_OK: reset Ethernet PHY successfully
|
||||
* - ESP_ERR_NOT_ALLOWED: reset GPIO not defined
|
||||
*/
|
||||
esp_err_t esp_eth_phy_802_3_reset_hw(phy_802_3_t *phy_802_3);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user