From 1a90ef49da325bf59e930b1a60e4f3a67cb6088e Mon Sep 17 00:00:00 2001 From: sstaub Date: Sat, 10 Jun 2017 00:03:55 +0200 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76944a3..600e64d 100644 --- a/README.md +++ b/README.md @@ -121,9 +121,9 @@ For Hardware Reset you need to set the Pin number. There are two function to set and get the retransmission timeout and retry count, this helps to solve problem with TCP connections with unexpected very long timeouts. Beware the the timeout value multiplier is 100us! - void Ethernet.setRtTimeOut(uint16_t _time); + void Ethernet.setRtTimeOut(uint16_t timeout); uint16_t Ethernet.getRtTimeOut(); - void Ethernet.setRtCount(uint8_t _count); + void Ethernet.setRtCount(uint8_t count); uint8_t Ethernet.getRtCount(); ***example***