浏览代码

Merge pull request #2225 from weety/dev

[bsp][k210] Fixed Kconfig file Syntax error.
Bernard Xiong 6 年之前
父节点
当前提交
4006129dce
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bsp/k210/Kconfig

+ 1 - 1
bsp/k210/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