Forked from the DieterGraef Library
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 |
diff -r 28ba13dd96f7 -r fdef48f830c0 EthernetInterface.h --- 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"