1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-20 21:01:25 +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

Binary file not shown.

Binary file not shown.

View File

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

View File

@ -225,6 +225,7 @@
#define STATSPI_TIMEOUT_ERROR() #define STATSPI_TIMEOUT_ERROR()
#define STATSPI_TX_TIMEOUT_ERROR() #define STATSPI_TX_TIMEOUT_ERROR()
#define STATSPI_DISALIGN_ERROR() #define STATSPI_DISALIGN_ERROR()
#define STATSPI_OVERRIDE_ERROR()
#endif #endif
#define DUMP_TCP_STATE(TTCP) \ #define DUMP_TCP_STATE(TTCP) \