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:
9:312e0937630f
Parent:
0:e3fb1267e3c3
Child:
18:904e3130a30c
--- a/UIPClient.cpp	Wed Dec 28 15:56:02 2016 +0000
+++ b/UIPClient.cpp	Thu Dec 29 10:41:59 2016 +0000
@@ -194,7 +194,7 @@
   return _write(data, buf, size);
 }
 
-size_t
+int16_t
 UIPClient::_write(uip_userdata_t* u, const uint8_t *buf, size_t size)
 {
   #if ACTLOGLEVEL>=LOG_DEBUG_V3