mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
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_BATTERY_STATUS,
|
||||||
MSG_AOA_SSA,
|
MSG_AOA_SSA,
|
||||||
MSG_LANDING,
|
MSG_LANDING,
|
||||||
|
MSG_NAMED_FLOAT,
|
||||||
MSG_LAST // MSG_LAST must be the last entry in this enum
|
MSG_LAST // MSG_LAST must be the last entry in this enum
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user