Add option to validate units

This commit is contained in:
Dr.-Ing. Amilcar Do Carmo Lucas
2018-01-17 18:04:58 +01:00
committed by Daniel Agar
parent ee9701662a
commit dbdca7b14d
2 changed files with 14 additions and 2 deletions
+1
View File
@@ -46,6 +46,7 @@ do
outdir="/tmp/mavlink_${wire_protocol}_${lang}"
mavgen.py --lang=${lang} \
--wire-protocol ${wire_protocol} \
--strict-units \
--output=${outdir} ${msg_def}
echo PASS
done