mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +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)
|
||||
pending_close = true;
|
||||
else{
|
||||
pending_accept = false;
|
||||
WARN("----------------------\n");
|
||||
}
|
||||
}
|
||||
|
||||
void closeConnections()
|
||||
|
Reference in New Issue
Block a user