1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 10:12:45 +01:00

ieee802154/submac: add missing dependency to random

This commit is contained in:
Jose Alamos 2021-09-08 17:29:44 +02:00
parent 73e32207df
commit b9da266820
No known key found for this signature in database
GPG Key ID: F483EB800EF89DD9

View File

@ -189,6 +189,7 @@ endif
ifneq (,$(filter ieee802154_submac,$(USEMODULE)))
USEMODULE += xtimer
USEMODULE += random
endif
ifneq (,$(filter l2util,$(USEMODULE)))