mbed OS5

Fork of UIPEthernet by Zoltan Hudak

ethernet_comp.h

Committer:
hudakz
Date:
2015-03-08
Revision:
4:d774541a34da
Parent:
2:049ce85163c5
Child:
8:4acb22344932

File content as of revision 4:d774541a34da:

#ifndef ETHERNET_COMP_H
    #define ETHERNET_COMP_H

    //#define Ethernet UIPEthernet
    #define EthernetClient  UIPClient
    #define EthernetServer  UIPServer
    #define EthernetUDP     UIPUDP
#endif