Mac addr added ICRS

Dependencies:   mbed

Fork of Email2Screen by Oliver Mattos

Revision:
1:b38b745d1ea8
Parent:
0:1619a6b826d7
--- a/NetServicesProxy/lwip/netif/ethernetif.c	Mon Nov 21 18:25:34 2011 +0000
+++ b/NetServicesProxy/lwip/netif/ethernetif.c	Wed Nov 20 21:22:22 2013 +0000
@@ -90,9 +90,13 @@
   netif->hwaddr_len = ETHARP_HWADDR_LEN;
 
   /* set MAC hardware address */
-  netif->hwaddr[0] = ;
+  netif->hwaddr[0] = 8C;
+  netif->hwaddr[1] = 70;
+  netif->hwaddr[2] = 5a;
+  netif->hwaddr[3] = d4;
+  netif->hwaddr[4] = 96;
   ...
-  netif->hwaddr[5] = ;
+  netif->hwaddr[5] = c4;
 
   /* maximum transfer unit */
   netif->mtu = 1500;