mbed OS5

Fork of UIPEthernet by Zoltan Hudak

Revision:
0:5350a66d5279
Child:
2:049ce85163c5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ethernet_comp.h	Mon Sep 15 11:12:30 2014 +0000
@@ -0,0 +1,8 @@
+#ifndef ETHERNET_COMP_H
+    #define ETHERNET_COMP_H
+
+    #define Ethernet        UIPEthernet
+    #define EthernetClient  UIPClient
+    #define EthernetServer  UIPServer
+    #define EthernetUDP     UIPUDP
+#endif