GCS_MAVLink: support CANFD_FRAME messages

This commit is contained in:
Andrew Tridgell 2022-02-11 09:34:10 +11:00
parent 6320599404
commit d28cecf25b
1 changed files with 1 additions and 0 deletions

View File

@ -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;