forked from mavlink/mavlink
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: RomanBapst <[email protected]>
- Loading branch information
1 parent
86021c5
commit 2111689
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,14 +16,14 @@ | |
# git remote rename origin upstream | ||
# mkdir -p include/mavlink/v1.0 | ||
# cd include/mavlink/v1.0 | ||
# git clone [email protected]:auterion/c_library_v1.git | ||
# git clone [email protected]:Auterion/c_library_v1.git | ||
# cd ~/src/mavlink | ||
# ./scripts/update_c_library.sh 1 | ||
# | ||
# A one-liner for the TMP directory (e.g. for crontab) | ||
# cd /tmp; git clone [email protected]:auterion/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 [email protected]:auterion/c_library_v1.git &> /dev/null; \ | ||
# mkdir -p include/mavlink/v1.0 && cd include/mavlink/v1.0 && git clone [email protected]:Auterion/c_library_v1.git &> /dev/null; \ | ||
# cd /tmp/mavlink && ./scripts/update_c_library.sh &> /dev/null | ||
|
||
function generate_headers() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters