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

sys/net/gnrc_lwmac: add missing xtimer dependency

This commit is contained in:
Jue 2022-10-29 21:04:28 +02:00
parent 634d3df844
commit 0dc054cbda

View File

@ -493,5 +493,6 @@ ifneq (,$(filter gnrc_lwmac,$(USEMODULE)))
USEMODULE += gnrc_netif
USEMODULE += gnrc_nettype_lwmac
USEMODULE += gnrc_mac
USEMODULE += xtimer
FEATURES_REQUIRED += periph_rtt
endif