We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d63f3ab commit 6439037Copy full SHA for 6439037
libraries/Ethernet/src/Ethernet.cpp
@@ -9,7 +9,7 @@ int arduino::EthernetClass::begin(uint8_t *mac, unsigned long timeout, unsigned
9
if (eth_if == nullptr) return 0;
10
}
11
eth_if->set_dhcp(true);
12
- _begin(mac, timeout, responseTimeout);
+ return _begin(mac, timeout, responseTimeout);
13
14
15
int arduino::EthernetClass::_begin(uint8_t *mac, unsigned long timeout, unsigned long responseTimeout) {
0 commit comments