Fix generator syntax

This commit is contained in:
Lorenz Meier
2016-06-24 12:07:10 +02:00
parent 474e6b863d
commit 6d7072f091
+1 -1
View File
@@ -30,7 +30,7 @@ function generate_headers() {
python pymavlink/tools/mavgen.py \
--output $CLIBRARY_PATH \
--lang C \
--version $2 \
--wire-protocol $2.0 \
message_definitions/v1.0/$1.xml
}