lwip: Add LWIP_IPV6 macro to strip IPv6 function in LWIP component

This commit is contained in:
yuanjm
2021-01-18 19:13:22 +08:00
parent d8f2a57154
commit d80db218da
5 changed files with 42 additions and 8 deletions

View File

@@ -85,7 +85,7 @@ typedef struct {
.timeout_ms = 1000, \
.data_size = 64, \
.tos = 0, \
.target_addr = ip_addr_any_type, \
.target_addr = *(IP_ANY_TYPE), \
.task_stack_size = 2048, \
.task_prio = 2, \
.interface = 0,\