You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/12/18 14:56:37 UTC

[incubator-nuttx-apps] branch master updated: nimble: fix wrong git ref name to use

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/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new ca64cef  nimble: fix wrong git ref name to use
ca64cef is described below

commit ca64cefc9165c391a5706c61dd6d5cb1b5682bea
Author: Matias N <ma...@protobits.dev>
AuthorDate: Fri Dec 18 11:22:04 2020 -0300

    nimble: fix wrong git ref name to use
---
 wireless/bluetooth/nimble/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wireless/bluetooth/nimble/Kconfig b/wireless/bluetooth/nimble/Kconfig
index f8a7f99..79f1e18 100644
--- a/wireless/bluetooth/nimble/Kconfig
+++ b/wireless/bluetooth/nimble/Kconfig
@@ -9,7 +9,7 @@ config NIMBLE
 if NIMBLE
   config NIMBLE_REF
   string "Version"
-  default "nuttx"
+  default "master"
   ---help---
     Git ref name to use when downloading from nimBLE repo
 endif