MAVLink: removed obsolete files

This commit is contained in:
Andrew Tridgell 2012-08-09 15:25:49 +10:00
parent 52b6e4ab2e
commit d3c399c5d9
2 changed files with 0 additions and 15 deletions

View File

@ -1 +0,0 @@
1.0.7

View File

@ -1,14 +0,0 @@
#!/bin/bash
if [[ $# != 1 ]]
then
echo "usage: $0 version"
exit
fi
MAVLINK_VERSION=$1
rm -rf VERSION mavlink* include lib share *.zip
wget http://github.com/downloads/mavlink/mavlink/mavlink-${MAVLINK_VERSION}.zip
unzip mavlink-${MAVLINK_VERSION}.zip
mv mavlink-${MAVLINK_VERSION}/* .
rm -rf mavlink* share lib
echo $MAVLINK_VERSION > VERSION