GCS_MAVLink: Add MSG_NAMED_FLOAT ap_message id

This commit is contained in:
Jacob Walser 2017-08-17 12:11:42 -04:00 committed by Francisco Ferreira
parent 3414883f05
commit e8f5967682
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ enum ap_message {
MSG_BATTERY_STATUS,
MSG_AOA_SSA,
MSG_LANDING,
MSG_NAMED_FLOAT,
MSG_LAST // MSG_LAST must be the last entry in this enum
};