sitl: allow sitl build with MAVLink 1.0

This commit is contained in:
Andrew Tridgell 2012-04-20 09:54:50 +10:00
parent 71206ea778
commit 1cc7adbac0

View File

@ -30,6 +30,9 @@ mavlink10:
sitl:
make -f ../libraries/Desktop/Makefile.desktop
sitl-mavlink10:
make -f ../libraries/Desktop/Makefile.desktop EXTRAFLAGS="-DMAVLINK10"
sitl-quaternion:
make -f ../libraries/Desktop/Makefile.desktop EXTRAFLAGS="-DQUATERNION_ENABLE=ENABLED"