We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d63f3ab + 6439037 commit 321c2fbCopy full SHA for 321c2fb
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