From: shangke Date: Sat, 11 Feb 2017 08:42:16 +0000 (+0800) Subject: ethernet: add doc X-Git-Tag: v2.0-rc2~51^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8b7670db3b2d74861d98637d389d0008d9b0891;p=esp-idf ethernet: add doc --- diff --git a/components/ethernet/include/esp_eth.h b/components/ethernet/include/esp_eth.h index 2fea05c923..c2a3554b11 100644 --- a/components/ethernet/include/esp_eth.h +++ b/components/ethernet/include/esp_eth.h @@ -98,7 +98,7 @@ typedef struct { eth_gpio_config_func gpio_config; /*!< gpio config func */ bool flow_ctrl_enable; /*!< flag of flow ctrl enable */ eth_phy_get_partner_pause_enable_func phy_get_partner_pause_enable; /*!< get partner pause enable */ - eth_phy_power_enable_func phy_power_enable; + eth_phy_power_enable_func phy_power_enable; /*!< enable or disable phy power */ } eth_config_t;