File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ enum { // compatibility with Arduino ::maintain()
5353class EthernetClass : public MbedSocketClass {
5454
5555public:
56- // Initialise the Ethernet shield to use the provided MAC address and
57- // gain the rest of the configuration through DHCP.
58- // Returns 0 if the DHCP configuration failed, and 1 if it succeeded
5956 EthernetClass (EthernetInterface *_if)
6057 : eth_if(_if){};
6158
59+ // Initialise the Ethernet shield to use the provided MAC address and
60+ // gain the rest of the configuration through DHCP.
61+ // Returns 0 if the DHCP configuration failed, and 1 if it succeeded
6262 int begin (uint8_t *mac = nullptr , unsigned long timeout = 60000 , unsigned long responseTimeout = 4000 );
6363 EthernetLinkStatus linkStatus ();
6464 EthernetHardwareStatus hardwareStatus ();
You can’t perform that action at this time.
0 commit comments