fix: missing initializer warning in esp_eth

remove auto_nego_en member from esp_eth_config_t as it is not used
 anywhere
pull/7958/head
Vladimir Chistyakov 2021-11-24 13:54:16 +07:00
rodzic a18cb70905
commit 2b944ca056
1 zmienionych plików z 0 dodań i 6 usunięć

Wyświetl plik

@ -42,12 +42,6 @@ typedef struct {
*/
uint32_t check_link_period_ms;
/**
* @brief Configuration status of PHY autonegotiation feature
*
*/
bool auto_nego_en;
/**
* @brief Input frame buffer to user's stack
*