Kaynağa Gözat

Merge branch 'contrib/github_pr_7958' into 'master'

fix: missing initializer waring in esp_eth

Closes IDFGH-6293

See merge request espressif/esp-idf!16178
Ondrej Kosta 4 yıl önce
ebeveyn
işleme
fcd634faec
1 değiştirilmiş dosya ile 0 ekleme ve 6 silme
  1. 0 6
      components/esp_eth/include/esp_eth.h

+ 0 - 6
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
     *