Skip to content

Commit

Permalink
Fix missed ;
Browse files Browse the repository at this point in the history
  • Loading branch information
Channel59 committed Jul 9, 2024
1 parent 09ca461 commit 6d45bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/Ethernet/src/Ethernet.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class EthernetClass : public MbedSocketClass {
: eth_if(_if){};

// When using DHCP the hostname provided will be used.
int setHostname(const char* hostname)
int setHostname(const char* hostname);

// Initialise the Ethernet shield to use the provided MAC address and
// gain the rest of the configuration through DHCP.
Expand Down

0 comments on commit 6d45bb7

Please sign in to comment.