M3 Board Socket Communication
Dependencies: Socket lwip-eth lwip-sys lwip
Fork of EthernetInterface by
Diff: EthernetInterface.h
- Revision:
- 37:926eb6517318
- Parent:
- 35:cba86db5ab96
- Child:
- 44:de796e2a5e98
--- a/EthernetInterface.h Wed Jan 08 08:31:01 2014 +0000 +++ b/EthernetInterface.h Thu Apr 24 10:45:57 2014 +0100 @@ -20,8 +20,8 @@ #ifndef ETHERNETINTERFACE_H_ #define ETHERNETINTERFACE_H_ -#if !defined(TARGET_LPC1768) && !defined(TARGET_LPC4088) -#error The Ethernet Interface library is supported only on the mbed NXP LPC1768 +#if !defined(TARGET_LPC1768) && !defined(TARGET_LPC4088) && !defined(TARGET_K64F) +#error The Ethernet Interface library is not supported on this target #endif #include "rtos.h"