Просмотр исходного кода

update: API文档把Air780EPV的适配字段加上

Wendal Chen 1 год назад
Родитель
Сommit
a16473d0a0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tools/make_doc_file.py

+ 1 - 1
tools/make_doc_file.py

@@ -5,7 +5,7 @@ import requests
 #bsp.h文件列表
 bsp_header_list = [
 {"name":"Air780E/Air700E","url":"https://github.com/openLuat/luatos-soc-2022/raw/master/project/luatos/inc/luat_conf_bsp.h"},
-{"name":"Air780EP","url":"https://github.com/openLuat/luatos-soc-2023/raw/master/project/luatos/inc/luat_conf_bsp.h"},
+{"name":"Air780EP/Air780EPV","url":"https://github.com/openLuat/luatos-soc-2023/raw/master/project/luatos/inc/luat_conf_bsp.h"},
 {"name":"Air601","url":"https://github.com/openLuat/luatos-soc-air101/raw/master/app/port/luat_conf_bsp.h"},
 {"name":"Air101/Air103","url":"https://github.com/openLuat/luatos-soc-air101/raw/master/app/port/luat_conf_bsp.h"},
 {"name":"Air105","url":"https://github.com/openLuat/luatos-soc-air105/raw/master/application/include/luat_conf_bsp.h"},