1
0
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:
Benjamin Valentin 2022-03-09 16:52:57 +01:00
parent 5702ca0979
commit dffb785886

View File

@ -42,6 +42,7 @@ endif
ifneq (,$(filter lwip_sock_%,$(USEMODULE)))
USEMODULE += lwip_sock
CFLAGS += -DLWIP_SO_RCVTIMEO
endif
ifneq (,$(filter lwip_sock_ip,$(USEMODULE)))