1
Dependents: internet_radio_leo
Fork of WIZnetInterface by
Diff: EthernetInterface.cpp
- Revision:
- 27:1169973d836c
- Parent:
- 26:d07c80e18b27
- Parent:
- 20:bda61525ac71
--- a/EthernetInterface.cpp Mon Oct 05 05:41:00 2015 +0000
+++ b/EthernetInterface.cpp Mon Oct 05 05:44:39 2015 +0000
@@ -33,6 +33,14 @@
}
#endif
+int EthernetInterface::init()
+{
+ dhcp = true;
+ reset();
+
+ return 0;
+}
+
int EthernetInterface::init(uint8_t * mac)
{
dhcp = true;
