Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of EthernetInterface by
Diff: EthernetInterface.h
- Revision:
- 23:5d5b40c4378b
- Parent:
- 21:8cd2de462559
- Child:
- 24:c9bb345dcc65
--- a/EthernetInterface.h Sat Aug 04 13:44:35 2012 +0000 +++ b/EthernetInterface.h Mon Aug 06 09:24:35 2012 +0000 @@ -20,6 +20,10 @@ #ifndef ETHERNETINTERFACE_H_ #define ETHERNETINTERFACE_H_ +#if !defined(TARGET_LPC1768) +#error The Ethernet Interface library is supported only on the mbed NXP LPC1768 +#endif + #include "rtos.h" #include "lwip/netif.h"