From 982d730adf5d0a7a603ad483ac8b8da2d8e3d967 Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Fri, 27 Sep 2019 10:00:06 +0200 Subject: [PATCH] cpu/nrf5x: decelare radio_nrfble feat for all nrfs --- boards/common/nrf52/Makefile.features | 1 - cpu/nrf5x_common/Makefile.features | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/common/nrf52/Makefile.features b/boards/common/nrf52/Makefile.features index a3e117668b26..ee20a15b3ea3 100644 --- a/boards/common/nrf52/Makefile.features +++ b/boards/common/nrf52/Makefile.features @@ -9,4 +9,3 @@ endif # Various other features (if any) FEATURES_PROVIDED += ble_nimble -FEATURES_PROVIDED += radio_nrfble diff --git a/cpu/nrf5x_common/Makefile.features b/cpu/nrf5x_common/Makefile.features index 02085c0d8502..b965e0dc6f40 100644 --- a/cpu/nrf5x_common/Makefile.features +++ b/cpu/nrf5x_common/Makefile.features @@ -9,6 +9,7 @@ FEATURES_PROVIDED += periph_uart_modecfg FEATURES_PROVIDED += periph_wdt periph_wdt_cb # Various other features (if any) +FEATURES_PROVIDED += radio_nrfble FEATURES_PROVIDED += radio_nrfmin FEATURES_PROVIDED += puf_sram