GCS_MAVLink: Add landing reporting

This commit is contained in:
Michael du Breuil 2017-04-12 23:57:41 -07:00 committed by Tom Pittenger
parent 1e735324d4
commit 16bd7a091e

View File

@ -72,6 +72,7 @@ enum ap_message {
MSG_ADSB_VEHICLE,
MSG_BATTERY_STATUS,
MSG_AOA_SSA,
MSG_LANDING,
MSG_RETRY_DEFERRED // this must be last
};