Browse Source

[three BSP]fix kconfig file syntax error

misonyo 6 years ago
parent
commit
992e5d6582
3 changed files with 3 additions and 3 deletions
  1. 1 1
      bsp/gd32450z-eval/Kconfig
  2. 1 1
      bsp/stm32f7-disco/Kconfig
  3. 1 1
      bsp/stm32l476-nucleo/Kconfig

+ 1 - 1
bsp/gd32450z-eval/Kconfig

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

+ 1 - 1
bsp/stm32f7-disco/Kconfig

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

+ 1 - 1
bsp/stm32l476-nucleo/Kconfig

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