mbed OS5

Fork of UIPEthernet by Zoltan Hudak

Committer:
hudakz
Date:
Sun Mar 08 20:26:56 2015 +0000
Revision:
4:d774541a34da
Parent:
2:049ce85163c5
Child:
8:4acb22344932
Version 1.09 (fixed leaking client-data caused by race-condition on remote close)

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 4:d774541a34da 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