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

tests/nimble*: remove useless board whitelist

This commit is contained in:
Alexandre Abadie 2019-06-12 11:27:52 +02:00
parent a64dd1d666
commit e41df0c693
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,5 @@
# Configure default and allowed boards
# Configure nrf52dk as default board
BOARD ?= nrf52dk
BOARD_WHITELIST := nrf52dk nrf52840dk
# load the default test environment
include ../Makefile.tests_common

View File

@ -1,6 +1,5 @@
# Configure default and allowed boards
# Configure nrf52dk as default board
BOARD ?= nrf52dk
BOARD_WHITELIST := nrf52dk nrf52840dk
# load the default test environment
include ../Makefile.tests_common