We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ca461 commit 6d45bb7Copy full SHA for 6d45bb7
libraries/Ethernet/src/Ethernet.h
@@ -57,7 +57,7 @@ class EthernetClass : public MbedSocketClass {
57
: eth_if(_if){};
58
59
// When using DHCP the hostname provided will be used.
60
- int setHostname(const char* hostname)
+ int setHostname(const char* hostname);
61
62
// Initialise the Ethernet shield to use the provided MAC address and
63
// gain the rest of the configuration through DHCP.
0 commit comments