mbed OS5

Fork of UIPEthernet by Zoltan Hudak

Committer:
hudakz
Date:
Sat Dec 20 11:08:11 2014 +0000
Revision:
2:049ce85163c5
Parent:
0:5350a66d5279
Child:
4:d774541a34da
02 Name clash with "Ethernet" fixed for LPC1768

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 2:049ce85163c5 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