GCS_MAVLink: Add MSG_NAMED_FLOAT ap_message id

This commit is contained in:
Jacob Walser 2017-08-17 12:11:42 -04:00
parent 41d4706302
commit 8ba1d32a9f
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ enum ap_message {
MSG_POSITION_TARGET_GLOBAL_INT,
MSG_ADSB_VEHICLE,
MSG_BATTERY_STATUS,
MSG_NAMED_FLOAT,
MSG_RETRY_DEFERRED // this must be last
};