Merge pull request #1704 from liangyongxiang/kconfig-l476

[bsp][stm32l476-nucleo] change default RTT_DIR to ../..
This commit is contained in:
ZYH 2018-08-06 15:21:08 +08:00 committed by GitHub
commit bddea70d8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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
default n