1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

tests: don't directly select gnrc_sock_udp

This commit is contained in:
Benjamin Valentin 2022-09-08 15:27:24 +02:00
parent 02aeab750a
commit 5070ca98d5
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ USEMODULE += embunit
USEMODULE += sock_util
# make sure we have an implementation of sock_types.h
USEMODULE += gnrc_sock_udp
USEMODULE += sock_udp
USEMODULE += gnrc_ipv6
USEMODULE += ipv4_addr

View File

@ -9,7 +9,7 @@ USEMODULE += fmt
USEMODULE += gnrc_icmpv6_echo
USEMODULE += gnrc_ipv6_default
USEMODULE += netdev_default
USEMODULE += gnrc_sock_udp
USEMODULE += sock_udp
USEMODULE += netstats_ipv6
USEMODULE += netstats_l2
USEMODULE += ps