1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

test/gnrc_sock_ip: depends on xtimer

This commit is contained in:
Karl Fessel 2021-12-13 19:45:28 +01:00
parent 53387d83e8
commit 6473c5c1f7

View File

@ -20,6 +20,8 @@ USEMODULE += sock_ip
USEMODULE += gnrc_ipv6
USEMODULE += ps
USEMODULE += xtimer
CFLAGS += -DTEST_SUITES
include $(RIOTBASE)/Makefile.include