Merge pull request #12313 from haukepetersen/fix_nrfble_featuredecl

cpu/nrf5x: decelare radio_nrfble feat for all nrfs
This commit is contained in:
benpicco 2019-09-27 11:17:36 +02:00 committed by GitHub
commit 3a3267916e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,3 @@ endif
# Various other features (if any)
FEATURES_PROVIDED += ble_nimble
FEATURES_PROVIDED += radio_nrfble

View File

@ -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