Skip to content

Commit 36c8143

Browse files
committed
ethernet: remove init()
should be commented by default in the examples
1 parent 3c001ba commit 36c8143

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/Ethernet/src/Ethernet.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ class EthernetClass : public NetworkInterface {
5252
return begin(nullptr, ip, dns, gateway, subnet);
5353
}
5454

55-
void init(uint8_t sspin = 10);
5655
void end(void);
5756

5857
void setRetransmissionTimeout(uint16_t milliseconds);

0 commit comments

Comments
 (0)