13 lines
184 B
Plaintext
13 lines
184 B
Plaintext
# Copyright (c) 2023 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_NRF52840_TEST
|
|
|
|
config BOARD
|
|
default "nrf52840_test"
|
|
|
|
config BT_CTLR
|
|
default BT
|
|
|
|
endif
|