Browse Source

[BSP][ls1c]Modify kconfig RTT_DIR

sundm75 7 years ago
parent
commit
8c38597cdc
1 changed files with 1 additions and 5 deletions
  1. 1 5
      bsp/ls1cdev/kconfig

+ 1 - 5
bsp/ls1cdev/kconfig

@@ -1,6 +1,5 @@
 mainmenu "RT-Thread Configuration"
 mainmenu "RT-Thread Configuration"
 
 
-
 config $BSP_DIR
 config $BSP_DIR
     string
     string
     option env="BSP_ROOT"
     option env="BSP_ROOT"
@@ -9,10 +8,7 @@ config $BSP_DIR
 config $RTT_DIR
 config $RTT_DIR
     string
     string
     option env="RTT_ROOT"
     option env="RTT_ROOT"
-    default "F:/rt-thread/rt-thread"
-    
-# you can change the RTT_ROOT default "../.." to your rtthread_root,
-# example : default "F:/git_repositories/rt-thread"
+    default "../.."
 
 
 config $PKGS_DIR
 config $PKGS_DIR
     string
     string