1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-15 00:02:49 +03:00

Fix WiFiClient assignment operator

This commit is contained in:
Ivan Grokhotkov
2015-02-16 03:02:42 +03:00
parent b85262e634
commit ea90d3ce92
2 changed files with 3 additions and 0 deletions

View File

@ -68,6 +68,7 @@ public:
void ref()
{
++_refcnt;
DEBUGV(":ref %d\r\n", _refcnt);
}
void unref()