Maybe this is some "just in case" thing that got copied around. There's no need to have a blank line at the beginning or end of Kconfig files. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
17 lines
224 B
Plaintext
17 lines
224 B
Plaintext
# Kconfig - GATT Services
|
|
#
|
|
# Copyright (c) 2018 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
if BT_CONN
|
|
|
|
menu "GATT Services"
|
|
|
|
source "subsys/bluetooth/services/Kconfig.dis"
|
|
|
|
endmenu
|
|
|
|
endif # BT_CONN
|