esp_eth: fix default PHY reset gpio

Closes https://github.com/espressif/esp-idf/issues/7034
This commit is contained in:
morris
2021-05-18 10:50:01 +08:00
parent f1caa2971d
commit 83f2d802ce
2 changed files with 3 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ COMPONENT_ADD_INCLUDEDIRS := include
COMPONENT_SRCDIRS := src
ifndef CONFIG_ETH_USE_ESP32_EMAC
COMPONENT_OBJEXCLUDE += src/esp_eth_mac_esp32.o
COMPONENT_OBJEXCLUDE += src/esp_eth_mac_esp.o
endif
ifndef CONFIG_ETH_SPI_ETHERNET_DM9051