Forked from STM32F7 internet for nucleo F746ZG
Dependents: Nucleo_F746ZG_Ethernet_MQTT_Ultrasound
Fork of F7_Ethernet by
Revision 2:b4727195c450, committed 2016-10-24
- Comitter:
- EmbeddedSam
- Date:
- Mon Oct 24 12:59:21 2016 +0000
- Parent:
- 1:28ba13dd96f7
- Commit message:
- working with 1 ultrasound sensor approx 10hz update rate on mqtt
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 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"