Skip to content

Commit 5c70f49

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 0c21b2e commit 5c70f49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: libraries/Ethernet/src/ETH.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ void ETHClass::_onEthEvent(int32_t event_id, void *event_data) {
124124
}
125125

126126
ETHClass::ETHClass(uint8_t eth_index)
127-
: _eth_handle(NULL), _eth_index(eth_index), _phy_type(ETH_PHY_MAX), _glue_handle(NULL), _mac(NULL), _phy(NULL),
128-
_eth_started(false), _link_speed(100), _full_duplex(true), _auto_negotiation(true)
127+
: _eth_handle(NULL), _eth_index(eth_index), _phy_type(ETH_PHY_MAX), _glue_handle(NULL), _mac(NULL), _phy(NULL), _eth_started(false), _link_speed(100),
128+
_full_duplex(true), _auto_negotiation(true)
129129
#if ETH_SPI_SUPPORTS_CUSTOM
130130
,
131131
_spi(NULL)

0 commit comments

Comments
 (0)