Forked from STM32F7 internet for nucleo F746ZG

Dependents:   Nucleo_F746ZG_Ethernet_MQTT_Ultrasound

Fork of F7_Ethernet by Dieter Graef

Revision:
2:b4727195c450
Parent:
0:d26c1b55cfca
--- a/EthernetInterface.h	Thu Jun 23 09:04:23 2016 +0000
+++ b/EthernetInterface.h	Mon Oct 24 12:59:21 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"