Skip to content

Commit

Permalink
Fix wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Aug 19, 2024
1 parent 24fc3f1 commit 0c6101b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/esp_eth/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ if(CONFIG_ETH_ENABLED)
"src/phy/esp_eth_phy_ip101.c"
"src/phy/esp_eth_phy_ksz80xx.c"
"src/phy/esp_eth_phy_lan87xx.c"
"src/esp_eth_phy_rtl8201.c"
"src/esp_eth_phy_jl1101.c")
"src/phy/esp_eth_phy_rtl8201.c"
"src/phy/esp_eth_phy_jl1101.c")
endif()

if(CONFIG_ETH_SPI_ETHERNET_DM9051)
Expand Down

0 comments on commit 0c6101b

Please sign in to comment.