Skip to content

Commit 4714f3b

Browse files
committed
test
1 parent 100b53a commit 4714f3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/Network/src/NetworkClient.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <lwip/netdb.h>
2424
#include <errno.h>
2525

26+
2627
#define IN6_IS_ADDR_V4MAPPED(a) ((((__const uint32_t *)(a))[0] == 0) && (((__const uint32_t *)(a))[1] == 0) && (((__const uint32_t *)(a))[2] == htonl(0xffff)))
2728

2829
#define WIFI_CLIENT_DEF_CONN_TIMEOUT_MS (3000)

0 commit comments

Comments
 (0)