From 2b944ca056849a6c5c1fbd105a8b8936a9088e54 Mon Sep 17 00:00:00 2001 From: Vladimir Chistyakov Date: Wed, 24 Nov 2021 13:54:16 +0700 Subject: [PATCH] fix: missing initializer warning in esp_eth remove auto_nego_en member from esp_eth_config_t as it is not used anywhere --- components/esp_eth/include/esp_eth.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/components/esp_eth/include/esp_eth.h b/components/esp_eth/include/esp_eth.h index 3ecb846cef..409efb571d 100644 --- a/components/esp_eth/include/esp_eth.h +++ b/components/esp_eth/include/esp_eth.h @@ -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 *