From 992e5d658261a4e607da16f6a956edf8b1405304 Mon Sep 17 00:00:00 2001 From: misonyo Date: Wed, 16 Jan 2019 23:30:52 +0800 Subject: [PATCH] [three BSP]fix kconfig file syntax error --- bsp/gd32450z-eval/Kconfig | 2 +- bsp/stm32f7-disco/Kconfig | 2 +- bsp/stm32l476-nucleo/Kconfig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bsp/gd32450z-eval/Kconfig b/bsp/gd32450z-eval/Kconfig index 776ad7a279..ea48a63ec0 100644 --- a/bsp/gd32450z-eval/Kconfig +++ b/bsp/gd32450z-eval/Kconfig @@ -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" diff --git a/bsp/stm32f7-disco/Kconfig b/bsp/stm32f7-disco/Kconfig index 2f976714a5..d5e3ee1f9d 100644 --- a/bsp/stm32f7-disco/Kconfig +++ b/bsp/stm32f7-disco/Kconfig @@ -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" diff --git a/bsp/stm32l476-nucleo/Kconfig b/bsp/stm32l476-nucleo/Kconfig index 008f0bc05f..0fea250ca3 100644 --- a/bsp/stm32l476-nucleo/Kconfig +++ b/bsp/stm32l476-nucleo/Kconfig @@ -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" -- GitLab