From ca64cefc9165c391a5706c61dd6d5cb1b5682bea Mon Sep 17 00:00:00 2001 From: Matias N Date: Fri, 18 Dec 2020 11:22:04 -0300 Subject: [PATCH] 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 f8a7f9906..79f1e18e8 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