mbed OS5

Fork of UIPEthernet by Zoltan Hudak

ethernet_comp.h

Committer:
hudakz
Date:
2014-09-15
Revision:
0:5350a66d5279
Child:
2:049ce85163c5

File content as of revision 0:5350a66d5279:

#ifndef ETHERNET_COMP_H
    #define ETHERNET_COMP_H

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