Skip to content

Commit

Permalink
增加lwip上游同步版 (RT-Thread#1179)
Browse files Browse the repository at this point in the history
* 删除mavlink镜像源
1. rtthread有自己的镜像源可以自动备份,如果两个git的地址不一样会导致备份失败
2. 该备份源地址失效 导致ci报错
  • Loading branch information
mysterywolf authored Feb 10, 2022
1 parent 336c5fb commit 2925cd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions iot/mavlink/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ if PKG_USING_MAVLINK

config PKG_USING_MAVLINK_LATEST_VERSION
bool "latest"
config PKG_USING_MAVLINK_LATEST_VERSION_MIRROR
bool "latest-mirror"
endchoice

choice
Expand Down Expand Up @@ -52,7 +50,6 @@ if PKG_USING_MAVLINK

config PKG_MAVLINK_VER
string
default "latest-mirror" if PKG_USING_MAVLINK_LATEST_VERSION_MIRROR
default "latest" if PKG_USING_MAVLINK_LATEST_VERSION

endif
Expand Down
6 changes: 0 additions & 6 deletions iot/mavlink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
"URL": "https://github.com/sogwms/mavlink.git",
"filename": "mavlink.zip",
"VER_SHA": "main"
},
{
"version": "latest-mirror",
"URL": "https://github.com.cnpmjs.org/sogwms/mavlink.git",
"filename": "mavlink.zip",
"VER_SHA": "main"
}
]
}

0 comments on commit 2925cd8

Please sign in to comment.