mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
lwip: enable LWIP_SO_RCVTIMEO if sock layer is used
This commit is contained in:
parent
5702ca0979
commit
dffb785886
@ -42,6 +42,7 @@ endif
|
||||
|
||||
ifneq (,$(filter lwip_sock_%,$(USEMODULE)))
|
||||
USEMODULE += lwip_sock
|
||||
CFLAGS += -DLWIP_SO_RCVTIMEO
|
||||
endif
|
||||
|
||||
ifneq (,$(filter lwip_sock_ip,$(USEMODULE)))
|
||||
|
Loading…
Reference in New Issue
Block a user