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

pkg/nimble: add dependency to radio_nrfble feature

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

View File

@ -3,6 +3,9 @@ USEMODULE += posix_semaphore
USEMODULE += event_callback USEMODULE += event_callback
USEMODULE += xtimer USEMODULE += xtimer
# Requires nimble feature
FEATURES_REQUIRED += ble_nimble
# glue code # glue code
USEMODULE += nimble_riot_contrib USEMODULE += nimble_riot_contrib