mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-17 06:52:18 +01:00
Commit binaries
This commit is contained in:
parent
2ceb5a07bd
commit
33bc35876a
Binary file not shown.
Binary file not shown.
@ -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)
|
||||
|
@ -225,6 +225,7 @@
|
||||
#define STATSPI_TIMEOUT_ERROR()
|
||||
#define STATSPI_TX_TIMEOUT_ERROR()
|
||||
#define STATSPI_DISALIGN_ERROR()
|
||||
#define STATSPI_OVERRIDE_ERROR()
|
||||
#endif
|
||||
|
||||
#define DUMP_TCP_STATE(TTCP) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user