Skip to content

Commit 17485b7

Browse files
committed
ethernet: add dummy implementation of setRetransmissionCount
1 parent 21553b3 commit 17485b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libraries/Ethernet/src/Ethernet.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,9 @@ void EthernetClass::setRetransmissionTimeout(uint16_t milliseconds) {
8484
(void)milliseconds;
8585
}
8686

87+
void EthernetClass::setRetransmissionCount(uint8_t num) {
88+
(void)num;
89+
}
90+
8791
EthernetClass Ethernet;
8892
#endif

0 commit comments

Comments
 (0)