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 F7_Ethernet by
Revision 2:fdef48f830c0, committed 2016-11-18
- Comitter:
- EmbeddedSam
- Date:
- Fri Nov 18 12:48:10 2016 +0000
- Parent:
- 1:28ba13dd96f7
- Commit message:
- Linking MQTT together, starting with mbed-cli
Changed in this revision
| EthernetInterface.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/EthernetInterface.h Thu Jun 23 09:04:23 2016 +0000 +++ b/EthernetInterface.h Fri Nov 18 12:48:10 2016 +0000 @@ -20,9 +20,9 @@ #ifndef ETHERNETINTERFACE_H_ #define ETHERNETINTERFACE_H_ -#if !defined(TARGET_STM32F746ZG) && !defined(TARGET_STM32F746NG) -#error The Ethernet Interface library is not supported on this target -#endif +//#if !defined(TARGET_STM32F746ZG) && !defined(TARGET_STM32F746NG) +//#error The Ethernet Interface library is not supported on this target +//#endif #include "rtos.h" #include "lwip/netif.h"
