13 lines
200 B
Plaintext
13 lines
200 B
Plaintext
|
# Copyright (c) 2022 Nordic Semiconductor ASA
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if BOARD_WE_PROTEUS2EV_NRF52832
|
||
|
|
||
|
config BOARD
|
||
|
default "we_proteus2ev_nrf52832"
|
||
|
|
||
|
config BT_CTLR
|
||
|
default BT
|
||
|
|
||
|
endif
|