[three BSP]fix kconfig file syntax error

This commit is contained in:
misonyo 2019-01-16 23:30:52 +08:00
parent 69cd16e136
commit 992e5d6582
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ config BSP_DIR
config RTT_DIR
string
option env="RTT_ROOT"
default: "../.."
default "../.."
# you can change the RTT_ROOT default: "rt-thread"
# example : default "F:/git_repositories/rt-thread"

View File

@ -8,7 +8,7 @@ config BSP_DIR
config RTT_DIR
string
option env="RTT_ROOT"
default: "../.."
default "../.."
# you can change the RTT_ROOT default: "../.."
# example : default "F:/git_repositories/rt-thread"

View File

@ -8,7 +8,7 @@ config BSP_DIR
config RTT_DIR
string
option env="RTT_ROOT"
default: "../.."
default "../.."
# you can change the RTT_ROOT default: "rt-thread"
# example : default "F:/git_repositories/rt-thread"