mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-09 22:24:14 +03:00
Fix Warning msg
This commit is contained in:
@@ -249,8 +249,10 @@ static void close_conn(struct ttcp *_ttcp) {
|
|||||||
|
|
||||||
if (err == ERR_MEM)
|
if (err == ERR_MEM)
|
||||||
pending_close = true;
|
pending_close = true;
|
||||||
pending_accept = false;
|
else{
|
||||||
WARN("----------------------\n");
|
pending_accept = false;
|
||||||
|
WARN("----------------------\n");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void closeConnections()
|
void closeConnections()
|
||||||
|
Reference in New Issue
Block a user