Skip to content

Commit 33bc358

Browse files
committed
Commit binaries
1 parent 2ceb5a0 commit 33bc358

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

binary/wifiHD.elf

1.41 KB
Binary file not shown.

wifiHD/Release/wifiHD.elf

1.41 KB
Binary file not shown.

wifiHD/src/ard_spi.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ void setMapSock(uint8_t sock, void* _ttcp)
205205
{
206206
if (sock < MAX_SOCK_NUM)
207207
mapSockTCP[sock]=_ttcp;
208-
printk("Map [%d, %p]\n", sock, _ttcp);
208+
INFO_TCP("Map [%d, %p]\n", sock, _ttcp);
209209
}
210210

211211
void clearMapSockTcp(uint8_t sock)

wifiHD/src/ard_utils.h

+1
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@
225225
#define STATSPI_TIMEOUT_ERROR()
226226
#define STATSPI_TX_TIMEOUT_ERROR()
227227
#define STATSPI_DISALIGN_ERROR()
228+
#define STATSPI_OVERRIDE_ERROR()
228229
#endif
229230

230231
#define DUMP_TCP_STATE(TTCP) \

0 commit comments

Comments
 (0)