From 5dfe59b9dc9e695c97d7ce7657e970c66b14b250 Mon Sep 17 00:00:00 2001 From: Karl Fessel Date: Mon, 13 Dec 2021 22:31:08 +0100 Subject: [PATCH] test/pkg_microcoap: depends on xtimer --- tests/pkg_microcoap/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/pkg_microcoap/Makefile b/tests/pkg_microcoap/Makefile index a82713e833..40a1560527 100644 --- a/tests/pkg_microcoap/Makefile +++ b/tests/pkg_microcoap/Makefile @@ -11,6 +11,8 @@ USEMODULE += gnrc_icmpv6_echo USEMODULE += sock_udp +USEMODULE += xtimer + USEPKG += microcoap # include this for printing IP addresses