Skip to content

Commit 84ce69e

Browse files
committed
rp2: Remove redundant IPv6 configuration.
IPv6 settings are now defined in the common LWIP configuration: - LWIP_IPV6 is enabled by default in lwipopts_common.h - LWIP_ND6_NUM_DESTINATIONS is set to 4 in lwipopts_common.h - LWIP_ND6_QUEUEING is set to 0 in lwipopts_common.h Signed-off-by: Andrew Leech <[email protected]>
1 parent 8d0e99c commit 84ce69e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ports/rp2/lwip_inc/lwipopts.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
#define LWIP_NETIF_STATUS_CALLBACK 1
66

77
#define LWIP_IPV4 1
8-
#define LWIP_IPV6 1
9-
#define LWIP_ND6_NUM_DESTINATIONS 4
10-
#define LWIP_ND6_QUEUEING 0
118

129
#define LWIP_RAND() rosc_random_u32()
1310

0 commit comments

Comments
 (0)