mirror of
https://github.com/korneliuszo/lumiax-controller.git
synced 2026-07-05 17:31:41 +02:00
15 lines
243 B
Plaintext
15 lines
243 B
Plaintext
# nRF51 BLE400 board configuration
|
|
|
|
# Copyright (c) 2018 Roman Tataurov <diytronic@yandex.ru>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_CONTROLLER
|
|
|
|
config BOARD
|
|
default "controller"
|
|
|
|
config BT_CTLR
|
|
default BT
|
|
|
|
endif # BOARD_CONTORLLER
|