mbed OS5

Fork of UIPEthernet by Zoltan Hudak

Committer:
pilotak
Date:
Sun Aug 06 16:01:26 2017 +0000
Revision:
9:e55652bed36c
Parent:
8:4acb22344932
mBed OS5

Who changed what in which revision?

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