1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #12310 from haukepetersen/fix_skald_moduledep

ble/skald: cleanup dependency to nrfble
This commit is contained in:
benpicco 2019-09-26 23:04:36 +02:00 committed by GitHub
commit 37796355fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -825,6 +825,7 @@ endif
ifneq (,$(filter skald,$(USEMODULE)))
FEATURES_REQUIRED += radio_nrfble
USEMODULE += nrfble
USEMODULE += xtimer
USEMODULE += random
endif

View File

@ -1,7 +1,3 @@
ifneq (,$(filter skald,$(USEMODULE)))
USEMODULE += nrfble
endif
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_nrf_temperature
endif