Skip to content

Commit

Permalink
tests/lwip_sock_*: drop LWIP_SO_RCVTIMEO
Browse files Browse the repository at this point in the history
This is now set automatically
  • Loading branch information
benpicco committed Mar 9, 2022
1 parent dffb785 commit eb45c72
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/lwip_sock_ip/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ USEMODULE += sock_ip
DISABLE_MODULE += auto_init_lwip

CFLAGS += -DSO_REUSE
CFLAGS += -DLWIP_SO_RCVTIMEO

include $(RIOTBASE)/Makefile.include
1 change: 0 additions & 1 deletion tests/lwip_sock_tcp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ USEMODULE += sock_tcp
DISABLE_MODULE += auto_init_lwip

CFLAGS += -DSO_REUSE
CFLAGS += -DLWIP_SO_RCVTIMEO
CFLAGS += -DLWIP_SOCK_TCP_ACCEPT_TIMEOUT=500
CFLAGS += -DLWIP_NETIF_LOOPBACK=1
CFLAGS += -DLWIP_HAVE_LOOPIF=1
Expand Down
1 change: 0 additions & 1 deletion tests/lwip_sock_udp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ USEMODULE += sock_udp
DISABLE_MODULE += auto_init_lwip

CFLAGS += -DSO_REUSE
CFLAGS += -DLWIP_SO_RCVTIMEO

include $(RIOTBASE)/Makefile.include

0 comments on commit eb45c72

Please sign in to comment.