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

sys/benchmark_upd: depends on xtimer

This commit is contained in:
Karl Fessel 2021-12-13 17:12:28 +01:00
parent 0a3dd441ce
commit 1e31818f9e

View File

@ -8,4 +8,5 @@ ifneq (,$(filter benchmark_udp,$(USEMODULE)))
USEMODULE += netutils
USEMODULE += sema_inv
USEMODULE += sock_udp
USEMODULE += xtimer
endif