Skip to content

Commit 0394d3f

Browse files
authored
Add missed argument declaration
1 parent 6642427 commit 0394d3f

File tree

1 file changed

+1
-1
lines changed
  • libraries/Ethernet/src

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class ETHClass : public NetworkInterface {
201201

202202
static bool ethDetachBus(void *bus_pointer);
203203
bool beginSPI(
204-
eth_phy_type_t type, int32_t phy_addr, int cs, int irq, int rst,
204+
eth_phy_type_t type, int32_t phy_addr, uint8_t* mac_addr_p, int cs, int irq, int rst,
205205
#if ETH_SPI_SUPPORTS_CUSTOM
206206
SPIClass *spi,
207207
#endif

0 commit comments

Comments
 (0)