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