This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push: new 877e4919c wireless/bluetooth/nimble/Kconfig: add missing header 877e4919c is described below commit 877e4919cb466ee3c7f714f8ebd98978ce570445 Author: raiden00pl <raide...@railab.me> AuthorDate: Sat Oct 5 13:54:57 2024 +0200 wireless/bluetooth/nimble/Kconfig: add missing header wireless/bluetooth/nimble/Kconfig: add missing header Signed-off-by: raiden00pl <raide...@railab.me> --- wireless/bluetooth/nimble/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wireless/bluetooth/nimble/Kconfig b/wireless/bluetooth/nimble/Kconfig index d739721f0..88b0f12c0 100644 --- a/wireless/bluetooth/nimble/Kconfig +++ b/wireless/bluetooth/nimble/Kconfig @@ -1,3 +1,8 @@ +# +# For a description of the syntax of this configuration file, +# see misc/tools/kconfig-language.txt. +# + config NIMBLE bool "Apache NimBLE (BLE host-layer)" default n