GCS_MAVLink: Add POSITION_TARGET_GLOBAL_INT to the list of messages

This commit is contained in:
Michael du Breuil 2016-04-13 22:21:41 -07:00 committed by Andrew Tridgell
parent 5db22f57a9
commit a17ea5c121

View File

@ -74,6 +74,7 @@ enum ap_message {
MSG_VIBRATION,
MSG_RPM,
MSG_MISSION_ITEM_REACHED,
MSG_POSITION_TARGET_GLOBAL_INT,
MSG_RETRY_DEFERRED // this must be last
};