1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-20 21:01:25 +03:00

Change the return type of write() from void to size_t on WiFiServer class

This commit is contained in:
mlafauci
2011-09-14 00:13:31 +02:00
parent 20bea5fcc0
commit af0dd1926a
3 changed files with 13 additions and 6 deletions

View File

@ -27,6 +27,8 @@ public:
friend class WiFiServer;
using Print::write;
private:
static uint16_t _srcport;
uint8_t _sock; //not used