Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
ci(pre-commit): Apply automatic fixes
  • Loading branch information
pre-commit-ci-lite[bot] authored Sep 16, 2025
commit 065f920f1c40855e05842646b53707da96bce07f
2 changes: 1 addition & 1 deletion libraries/Ethernet/src/ETH.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ bool ETHClass::begin(eth_phy_type_t type, int32_t phy_addr, int mdc, int mdio, i
#if ETH_PHY_LAN867X_SUPPORTED
case ETH_PHY_LAN867X: _phy = esp_eth_phy_new_lan867x(&phy_config); break;
#endif
default: log_e("Unsupported PHY %d", type); break;
default: log_e("Unsupported PHY %d", type); break;
}
if (_phy == NULL) {
log_e("esp_eth_phy_new failed");
Expand Down
Loading