Skip to content

Commit 065f920

Browse files
ci(pre-commit): Apply automatic fixes
1 parent dae81c5 commit 065f920

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
@@ -298,7 +298,7 @@ bool ETHClass::begin(eth_phy_type_t type, int32_t phy_addr, int mdc, int mdio, i
298298
#if ETH_PHY_LAN867X_SUPPORTED
299299
case ETH_PHY_LAN867X: _phy = esp_eth_phy_new_lan867x(&phy_config); break;
300300
#endif
301-
default: log_e("Unsupported PHY %d", type); break;
301+
default: log_e("Unsupported PHY %d", type); break;
302302
}
303303
if (_phy == NULL) {
304304
log_e("esp_eth_phy_new failed");

0 commit comments

Comments
 (0)