mbed OS5

Fork of UIPEthernet by Zoltan Hudak

Committer:
hudakz
Date:
Mon Sep 15 11:12:30 2014 +0000
Revision:
0:5350a66d5279
Child:
2:049ce85163c5
rev. 00

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hudakz 0:5350a66d5279 1 #ifndef ETHERNET_COMP_H
hudakz 0:5350a66d5279 2 #define ETHERNET_COMP_H
hudakz 0:5350a66d5279 3
hudakz 0:5350a66d5279 4 #define Ethernet UIPEthernet
hudakz 0:5350a66d5279 5 #define EthernetClient UIPClient
hudakz 0:5350a66d5279 6 #define EthernetServer UIPServer
hudakz 0:5350a66d5279 7 #define EthernetUDP UIPUDP
hudakz 0:5350a66d5279 8 #endif