From e8b7670db3b2d74861d98637d389d0008d9b0891 Mon Sep 17 00:00:00 2001 From: shangke Date: Sat, 11 Feb 2017 16:42:16 +0800 Subject: [PATCH] ethernet: add doc --- components/ethernet/include/esp_eth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;