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

Makefile.dep: let skald depends on radio_nrfble instead of radio_ble

This commit is contained in:
Alexandre Abadie 2019-06-12 17:39:42 +02:00
parent d5bdb5d9ea
commit 2324ba31b1
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -795,7 +795,7 @@ ifneq (,$(filter skald_%,$(USEMODULE)))
endif
ifneq (,$(filter skald,$(USEMODULE)))
FEATURES_REQUIRED += radio_ble
FEATURES_REQUIRED += radio_nrfble
USEMODULE += xtimer
USEMODULE += random
endif