Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Generator fixes
  • Loading branch information
LorenzMeier committed Nov 11, 2014
1 parent 7b27543 commit 6f15a81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -24,4 +24,4 @@ pymavlink.egg-info/
.ropeproject
include/
.tags*

include/mavlink/v1.0
6 changes: 6 additions & 0 deletions scripts/update_c_library.sh
Expand Up @@ -19,6 +19,12 @@
# git clone git@github.com:mavlink/c_library.git
# cd ~/src/mavlink
# ./scripts/update_c_library.sh
#
# A one-liner for the TMP directory (e.g. for crontab)
# cd /tmp; git clone git@github.com:mavlink/mavlink.git &> /dev/null; \
# cd /tmp/mavlink && git remote rename origin upstream &> /dev/null; \
# mkdir -p include/mavlink/v1.0 && cd include/mavlink/v1.0 && git clone git@github.com:mavlink/c_library.git &> /dev/null; \
# cd /tmp/mavlink && ./scripts/update_c_library.sh &> /dev/null

function generate_headers() {
python2 pymavlink/generator/mavgen.py \
Expand Down

0 comments on commit 6f15a81

Please sign in to comment.