Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: if/eth/EthernetNetIf.h
- Revision:
- 2:ed3cf96c4b63
- Parent:
- 0:98aadd37a5c5
- Child:
- 3:0c324737064d
--- a/if/eth/EthernetNetIf.h Tue Oct 12 18:20:40 2010 +0000
+++ b/if/eth/EthernetNetIf.h Tue Nov 09 19:24:39 2010 +0000
@@ -50,7 +50,7 @@
{
public:
///Instantiates the Interface and register it against the stack, DHCP will be used
- EthernetNetIf(); //W/ DHCP
+ EthernetNetIf(const char* hostname = NULL); //W/ DHCP
///Instantiates the Interface and register it against the stack, DHCP will not be used
/**