1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Commit binaries

This commit is contained in:
Mimmo La Fauci
2012-06-18 07:51:12 +02:00
parent 2ceb5a07bd
commit 33bc35876a
4 changed files with 2 additions and 1 deletions

View File

@ -205,7 +205,7 @@ void setMapSock(uint8_t sock, void* _ttcp)
{
if (sock < MAX_SOCK_NUM)
mapSockTCP[sock]=_ttcp;
printk("Map [%d, %p]\n", sock, _ttcp);
INFO_TCP("Map [%d, %p]\n", sock, _ttcp);
}
void clearMapSockTcp(uint8_t sock)