mirror of https://github.com/ArduPilot/ardupilot
GCS_MAVLink: Add MSG_NAMED_FLOAT ap_message id
This commit is contained in:
parent
3414883f05
commit
e8f5967682
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue