Browse Source

update: 继续优化适配温度

Wendal Chen 2 years ago
parent
commit
4b3fc10cdc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/make_doc_file.py

+ 1 - 1
tools/make_doc_file.py

@@ -56,7 +56,7 @@ def make(path,modules,index_text):
     # 创建表格
     if is_api :
         doc = open(path+"supported.md", "w+",encoding='utf-8')
-        doc.write("#适配状态\n\n")
+        doc.write("# 适配状态\n\n")
         doc.write("|BSP/库|简介")
         for bsp in bsp_header_list:
             doc.write("|" + bsp["name"])