Forked from the DieterGraef Library

Fork of F7_Ethernet by Dieter Graef

Revision:
2:fdef48f830c0
Parent:
0:d26c1b55cfca
--- 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"