浏览代码

update Kconfig in raspi-64 bsp

 to fix RTT root path
品雪 5 年之前
父节点
当前提交
cca440f815
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bsp/raspberry-pi/raspi3-64/Kconfig

+ 1 - 1
bsp/raspberry-pi/raspi3-64/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 "../../.."
 
 
 config PKGS_DIR
 config PKGS_DIR
     string
     string