UIPEthernet library for Arduino IDE, Eclipse with arduino plugin and MBED/SMeshStudio (AVR,STM32F,ESP8266,Intel ARC32,Nordic nRF51,Teensy boards,Realtek Ameba(RTL8195A,RTL8710)), ENC28j60 network chip. Compatible with Wiznet W5100 Ethernet library API. Compiled and tested on Nucleo-F302R8. Master repository is: https://github.com/UIPEthernet/UIPEthernet/

Revision:
7:ef1f092165eb
Parent:
5:f9a2b1916a8d
Child:
8:b9332109461d
--- a/UIPClient.h	Tue Dec 27 13:45:01 2016 +0100
+++ b/UIPClient.h	Wed Dec 28 13:02:52 2016 +0000
@@ -26,6 +26,7 @@
    #include "Client.h"
 #endif
 #if defined(__MBED__)
+   #include "mbed/Print.h"
    #include "mbed/Client.h"
 #endif
 #include "utility/mempool.h"
@@ -86,9 +87,9 @@
   virtual int peek();
   virtual void flush();
 
-  #if defined(ARDUINO)
+  //#if defined(ARDUINO)
      using Print::write;
-  #endif
+  //#endif
 
 private:
   UIPClient(struct uip_conn *_conn);