mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-02 18:20:35 +08:00
mavlink: move the msg id from uint8_t to uint16_t
With mavlink2 new messages are added with msg IDs greated than 255. Therefore the msg ID types needed to be raised everywhere.
This commit is contained in:
@@ -125,7 +125,7 @@ MavlinkLogHandler::get_name(void) const
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------
|
||||
uint8_t
|
||||
uint16_t
|
||||
MavlinkLogHandler::get_id(void)
|
||||
{
|
||||
return MAVLINK_MSG_ID_LOG_ENTRY;
|
||||
|
||||
Reference in New Issue
Block a user