mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
GCS_MAVLink: support CANFD_FRAME messages
This commit is contained in:
parent
6320599404
commit
d28cecf25b
@ -3733,6 +3733,7 @@ void GCS_MAVLINK::handle_common_message(const mavlink_message_t &msg)
|
||||
break;
|
||||
|
||||
case MAVLINK_MSG_ID_CAN_FRAME:
|
||||
case MAVLINK_MSG_ID_CANFD_FRAME:
|
||||
handle_can_frame(msg);
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user