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

boards/nrf52: replace radio_ble provided feature by ble_nimble

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

View File

@ -6,7 +6,7 @@ ifeq (,$(filter nordic_softdevice_ble,$(USEPKG)))
endif
# Various other features (if any)
FEATURES_PROVIDED += radio_ble
FEATURES_PROVIDED += ble_nimble
FEATURES_PROVIDED += radio_nrfble
include $(RIOTCPU)/nrf52/Makefile.features