mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-20 21:01:25 +03:00
Commit binaries
This commit is contained in:
Binary file not shown.
Binary file not shown.
@ -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)
|
||||||
|
@ -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) \
|
||||||
|
Reference in New Issue
Block a user