From 40577affaa764ae6522a300f5c34c03d6bd2d929 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 12 Jun 2019 17:40:41 +0200 Subject: [PATCH] boards/nrf52: replace radio_ble provided feature by ble_nimble --- boards/common/nrf52/Makefile.features | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/common/nrf52/Makefile.features b/boards/common/nrf52/Makefile.features index 736b34642e..0841e5c639 100644 --- a/boards/common/nrf52/Makefile.features +++ b/boards/common/nrf52/Makefile.features @@ -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