1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-01 03:47:23 +03:00

Commit binary 2

This commit is contained in:
Mimmo La Fauci
2012-05-30 09:46:33 +02:00
parent 912cac9a55
commit 2cd2551ae2
4 changed files with 3 additions and 3 deletions

View File

@ -698,7 +698,7 @@ int start_client_tcp_cmd_cb(int numParam, char* buf, void* ctx) {
_ttcp = getTTCP(sock);
if (_ttcp != NULL)
{
printk("Previous client %p not stopped !\n", _ttcp);
WARN("Previous client %p not stopped !\n", _ttcp);
ard_tcp_stop(_ttcp);
clearMapSockTcp(sock);
}