From 90a38740bf0346cccf3014c919e65c8e213a3083 Mon Sep 17 00:00:00 2001 From: liang yongxiang Date: Mon, 6 Aug 2018 14:18:55 +0800 Subject: [PATCH] [bsp][stm32l476-nucleo] change default RTT_DIR to ../.. --- bsp/stm32l476-nucleo/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bsp/stm32l476-nucleo/Kconfig b/bsp/stm32l476-nucleo/Kconfig index 7289729b1a..0da24775fb 100644 --- a/bsp/stm32l476-nucleo/Kconfig +++ b/bsp/stm32l476-nucleo/Kconfig @@ -8,8 +8,8 @@ config $BSP_DIR config $RTT_DIR string option env="RTT_ROOT" - default: "rt-thread" - + default: "../.." + # you can change the RTT_ROOT default: "rt-thread" # example : default "F:/git_repositories/rt-thread" @@ -44,4 +44,4 @@ config BSP_USING_UART5 config BSP_USING_LPUART1 bool "using lpuart1" select RT_USING_SERIAL - default n \ No newline at end of file + default n