Skip to content

Commit 8d0e99c

Browse files
committed
renesas-ra: Defer LWIP_IPV6 support to common header.
Remove local LWIP_IPV6 definition to use the common IPv6 configuration from extmod/lwip-include/lwipopts_common.h. Signed-off-by: Andrew Leech <[email protected]>
1 parent 765c417 commit 8d0e99c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ports/renesas-ra/lwip_inc/lwipopts.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#ifndef MICROPY_INCLUDED_RA_LWIP_LWIPOPTS_H
22
#define MICROPY_INCLUDED_RA_LWIP_LWIPOPTS_H
33

4-
#define LWIP_IPV6 0
5-
64
#define LWIP_RAND() rng_read()
75

86
#define MEM_SIZE (16 * 1024)

0 commit comments

Comments
 (0)