提交 77a31a78 编写于 作者: S SummerGift

[tools][dist] Fix syntax errors

上级 4b517c4c
......@@ -119,7 +119,7 @@ def bsp_update_kconfig(dist_dir):
found = 1
if line.find('default') != -1 and found:
position = line.find('default')
line = line[0:position] + 'default: "rt-thread"\n'
line = line[0:position] + 'default "rt-thread"\n'
found = 0
f.write(line)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册