Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sstaub authored Jun 9, 2017
1 parent ddec4b3 commit b1d40f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ethernet3.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class EthernetClass {
uint8_t duplex(); // returns duplex mode 0 = no link, 1 = Half Duplex, 2 = Full Duplex
const char* duplexReport(); // returns duplex mode as a string

void setRtTimeOut(uint16_t time = 2000); // set the retransmission timout *100us
void setRtTimeOut(uint16_t timeout = 2000); // set the retransmission timout *100us
uint16_t getRtTimeOut(); // get the retransmission timout
void setRtCount(uint8_t count = 8); // set the retransmission count
uint8_t getRtCount(); // get the retransmission count
Expand Down

0 comments on commit b1d40f0

Please sign in to comment.