Skip to content

Commit b260d40

Browse files
authored
style fix (espressif#382)
1 parent e8412ec commit b260d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Ethernet/src/ETH.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ bool ETHClass::begin(eth_phy_type_t type, int32_t phy_addr, int mdc, int mdio, i
234234
case ETH_PHY_TLK110: phy = esp_eth_phy_new_ip101(&phy_config); break;
235235
case ETH_PHY_RTL8201: phy = esp_eth_phy_new_rtl8201(&phy_config); break;
236236
case ETH_PHY_DP83848: phy = esp_eth_phy_new_dp83848(&phy_config); break;
237-
case ETH_PHY_JL1101: phy = esp_eth_phy_new_jl1101(&phy_config); break;
237+
case ETH_PHY_JL1101: phy = esp_eth_phy_new_jl1101(&phy_config); break;
238238
case ETH_PHY_KSZ8041: phy = esp_eth_phy_new_ksz80xx(&phy_config); break;
239239
case ETH_PHY_KSZ8081: phy = esp_eth_phy_new_ksz80xx(&phy_config); break;
240240
default: log_e("Unsupported PHY %d", type); break;

0 commit comments

Comments
 (0)